Skip to content

Commit 36a1bd9

Browse files
dependabot[bot]ruslandoga
authored andcommitted
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b64082b commit 36a1bd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
elixir-version: ${{ matrix.elixir }}
3636
otp-version: ${{ matrix.otp }}
3737

38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: |
4141
deps

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
elixir-version: ${{ matrix.elixir }}
5353
otp-version: ${{ matrix.otp }}
5454

55-
- uses: actions/cache@v3
55+
- uses: actions/cache@v4
5656
with:
5757
path: |
5858
deps

0 commit comments

Comments
 (0)