Skip to content

Commit b218463

Browse files
chore(deps): update actions/cache action to v4.2.1
1 parent 1f42d2b commit b218463

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
security-events: write
1313
steps:
1414
- uses: actions/[email protected]
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
with:
1717
key: ${{ github.job }}-${{ hashFiles('mix.lock') }}-1
1818
path: _build
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ${{ matrix.os || 'ubuntu-24.04' }}
6565
steps:
6666
- uses: actions/[email protected]
67-
- uses: actions/[email protected].0
67+
- uses: actions/[email protected].1
6868
with:
6969
key: ${{ github.job }}-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('mix.lock') }}-1
7070
path: _build

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
version-file: .tool-versions
3636

3737
- name: Restore dependencies cache
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].1
3939
env:
4040
cache-key: deps
4141
with:

0 commit comments

Comments
 (0)