Skip to content

Commit 4d88d45

Browse files
whs-dot-hkblaggacao
authored andcommitted
Update cache actions to v4
1 parent b9fc3ff commit 4d88d45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discover/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
run: ${{ github.action_path }}/eval.sh
4444
shell: bash
4545

46-
- uses: actions/cache/save@v3
46+
- uses: actions/cache/save@v4
4747
id: cache
4848
if: inputs.ffBuildInstructions == 'false'
4949
with:

run/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
echo "action=$action" >> $GITHUB_ENV
5353
echo "actionDrv=$actionDrv" >> $GITHUB_ENV
5454
55-
- uses: actions/cache/restore@v3
55+
- uses: actions/cache/restore@v4
5656
id: cache
5757
if: inputs.ffBuildInstructions == 'false'
5858
with:

0 commit comments

Comments
 (0)