Skip to content
Snippets Groups Projects
Unverified Commit aea6870e authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

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](https://github.com/actions/cache/compare/v3...v4

)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 4b62c2fe
No related branches found
No related tags found
No related merge requests found
Pipeline #6773138 failed
......@@ -68,7 +68,7 @@ jobs:
restRoot -b -q
- name: Cache framework installation
id: framework-install-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ env.BRANCH_NAME }}-${{ github.sha }}
path: ${{ env.REST_PATH }}
......@@ -91,7 +91,7 @@ jobs:
repository: rest-for-physics/framework
path: framework
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
id: framework-install-cache
with:
key: ${{ env.BRANCH_NAME }}-${{ github.sha }}
......@@ -114,7 +114,7 @@ jobs:
repository: rest-for-physics/framework
path: framework
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
id: framework-install-cache
with:
key: ${{ env.BRANCH_NAME }}-${{ github.sha }}
......@@ -138,7 +138,7 @@ jobs:
needs: [ framework-install ]
steps:
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
id: framework-install-cache
with:
key: ${{ env.BRANCH_NAME }}-${{ github.sha }}
......@@ -164,7 +164,7 @@ jobs:
cd framework
./scripts/checkoutRemoteBranch.sh ${{ env.BRANCH_NAME }}
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
id: framework-install-cache
with:
key: ${{ env.BRANCH_NAME }}-${{ github.sha }}
......@@ -208,7 +208,7 @@ jobs:
cd framework
./scripts/checkoutRemoteBranch.sh ${{ env.BRANCH_NAME }}
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
id: framework-install-cache
with:
key: ${{ env.BRANCH_NAME }}-${{ github.sha }}
......@@ -239,7 +239,7 @@ jobs:
cd framework
./scripts/checkoutRemoteBranch.sh ${{ env.BRANCH_NAME }}
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
id: framework-install-cache
with:
key: ${{ env.BRANCH_NAME }}-${{ github.sha }}
......@@ -292,7 +292,7 @@ jobs:
cd framework
./scripts/checkoutRemoteBranch.sh ${{ env.BRANCH_NAME }}
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
id: framework-install-cache
with:
key: ${{ env.BRANCH_NAME }}-${{ github.sha }}
......@@ -393,7 +393,7 @@ jobs:
restRoot -b -q
- name: Cache framework installation
id: framework-install-cache-reference
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ env.BRANCH_NAME }}-${{ github.sha }}
path: ${{ env.REST_PATH }}
......@@ -414,7 +414,7 @@ jobs:
cd framework
./scripts/checkoutRemoteBranch.sh ${{ env.BRANCH_NAME }}
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
id: framework-install-cache-reference
with:
key: ${{ env.BRANCH_NAME }}-${{ github.sha }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment