Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent c217c88 commit 5a22e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/cache@v4.1.0
- uses: actions/cache@v4.2.0
with:
key: ${{ github.job }}-${{ hashFiles('mix.lock') }}-1
path: _build
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
steps:
- uses: actions/[email protected]
- uses: actions/cache@v4.1.0
- uses: actions/cache@v4.2.0
with:
key: ${{ github.job }}-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('mix.lock') }}-1
path: _build
Expand Down

0 comments on commit 5a22e4e

Please sign in to comment.