Skip to content

Commit d34662f

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92a3e5f commit d34662f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
otp-version: ${{matrix.otp}}
3838
elixir-version: ${{matrix.elixir}}
3939
- name: Cache dependencies
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
with:
4242
path: |
4343
_build
@@ -84,7 +84,7 @@ jobs:
8484
otp-version: ${{matrix.otp}}
8585
elixir-version: ${{matrix.elixir}}
8686
- name: Cache dependencies
87-
uses: actions/cache@v4
87+
uses: actions/cache@v5
8888
with:
8989
path: |
9090
_build
@@ -164,7 +164,7 @@ jobs:
164164
otp-version: ${{matrix.otp}}
165165
elixir-version: ${{matrix.elixir}}
166166
- name: Cache dependencies
167-
uses: actions/cache@v4
167+
uses: actions/cache@v5
168168
with:
169169
path: |
170170
_build
@@ -189,7 +189,7 @@ jobs:
189189
otp-version: 28.x
190190
elixir-version: 1.19.x
191191
- name: Cache build artifacts
192-
uses: actions/cache@v4
192+
uses: actions/cache@v5
193193
with:
194194
path: |
195195
~/.hex

‎.github/workflows/release-asset.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
otp-version: 28.x
5555

5656
- name: Cache dependencies
57-
uses: actions/cache@v4
57+
uses: actions/cache@v5
5858
with:
5959
path: |
6060
_build

0 commit comments

Comments
 (0)