Skip to content

Commit 69d8d22

Browse files
Bump actions/cache from 4 to 5 (#5949)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9978f9b commit 69d8d22

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/elixir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
elixir-version: ${{ steps.versions.outputs.elixir }}
7575
otp-version: ${{ steps.versions.outputs.erlang }}
7676

77-
- uses: actions/cache@v4
77+
- uses: actions/cache@v5
7878
with:
7979
path: |
8080
deps
@@ -155,7 +155,7 @@ jobs:
155155
elixir-version: ${{ steps.versions.outputs.elixir }}
156156
otp-version: ${{ steps.versions.outputs.erlang }}
157157

158-
- uses: actions/cache@v4
158+
- uses: actions/cache@v5
159159
with:
160160
path: |
161161
deps

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
otp-version: ${{ steps.versions.outputs.erlang}}
3636

3737
- name: Restore Elixir dependencies cache
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: |
4141
deps

.github/workflows/tracker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: npm --prefix ./tracker ci
3131
- name: Cache Playwright browsers
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
id: playwright-cache
3434
with:
3535
path: |

0 commit comments

Comments
 (0)