Skip to content

Commit 969733a

Browse files
chore(deps): 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 81ff3d1 commit 969733a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
elixir-version: ${{ matrix.elixir }}
3434
otp-version: ${{ matrix.otp }}
3535

36-
- uses: actions/cache@v4
36+
- uses: actions/cache@v5
3737
with:
3838
path: |
3939
deps
@@ -60,7 +60,7 @@ jobs:
6060
elixir-version: "1.19.0"
6161
otp-version: "28.0"
6262

63-
- uses: actions/cache@v4
63+
- uses: actions/cache@v5
6464
with:
6565
path: |
6666
deps
@@ -112,7 +112,7 @@ jobs:
112112
elixir-version: "1.19.0"
113113
otp-version: "28.0"
114114

115-
- uses: actions/cache@v4
115+
- uses: actions/cache@v5
116116
with:
117117
path: |
118118
deps

0 commit comments

Comments
 (0)