Skip to content

Commit

Permalink
Merge pull request #585 from elixir-tesla/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-3

chore(deps): bump actions/cache from 2 to 3
  • Loading branch information
yordis authored May 15, 2023
2 parents 4d11089 + 3522507 commit 3703690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
elixir-version: '1.13'
otp-version: '24.3'
- name: Restore dependencies cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
otp-version: ${{ matrix.otp }}
version-type: strict
- name: Restore dependencies cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
Expand All @@ -49,7 +49,7 @@ jobs:
otp-version: '24.3'
version-type: strict
- name: Restore dependencies cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
Expand Down

0 comments on commit 3703690

Please sign in to comment.