We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f42d2b commit ce28ed0Copy full SHA for ce28ed0
2 files changed
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
security-events: write
13
steps:
14
- uses: actions/checkout@v4.2.2
15
- - uses: actions/cache@v4.2.0
+ - uses: actions/cache@v4.3.0
16
with:
17
key: ${{ github.job }}-${{ hashFiles('mix.lock') }}-1
18
path: _build
@@ -64,7 +64,7 @@ jobs:
64
runs-on: ${{ matrix.os || 'ubuntu-24.04' }}
65
66
67
68
69
key: ${{ github.job }}-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('mix.lock') }}-1
70
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
version-file: .tool-versions
36
37
- name: Restore dependencies cache
38
- uses: actions/cache@v4.2.0
+ uses: actions/cache@v4.3.0
39
env:
40
cache-key: deps
41
0 commit comments