Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down