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](https://github.com/actions/cache/compare/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>
This commit is contained in:
parent
9978f9be0f
commit
69d8d22ac2
|
|
@ -74,7 +74,7 @@ jobs:
|
||||||
elixir-version: ${{ steps.versions.outputs.elixir }}
|
elixir-version: ${{ steps.versions.outputs.elixir }}
|
||||||
otp-version: ${{ steps.versions.outputs.erlang }}
|
otp-version: ${{ steps.versions.outputs.erlang }}
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
deps
|
deps
|
||||||
|
|
@ -155,7 +155,7 @@ jobs:
|
||||||
elixir-version: ${{ steps.versions.outputs.elixir }}
|
elixir-version: ${{ steps.versions.outputs.elixir }}
|
||||||
otp-version: ${{ steps.versions.outputs.erlang }}
|
otp-version: ${{ steps.versions.outputs.erlang }}
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
deps
|
deps
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
otp-version: ${{ steps.versions.outputs.erlang}}
|
otp-version: ${{ steps.versions.outputs.erlang}}
|
||||||
|
|
||||||
- name: Restore Elixir dependencies cache
|
- name: Restore Elixir dependencies cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
deps
|
deps
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm --prefix ./tracker ci
|
run: npm --prefix ./tracker ci
|
||||||
- name: Cache Playwright browsers
|
- name: Cache Playwright browsers
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
id: playwright-cache
|
id: playwright-cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue