We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fc3ff commit 4d88d45Copy full SHA for 4d88d45
discover/action.yml
@@ -43,7 +43,7 @@ runs:
43
run: ${{ github.action_path }}/eval.sh
44
shell: bash
45
46
- - uses: actions/cache/save@v3
+ - uses: actions/cache/save@v4
47
id: cache
48
if: inputs.ffBuildInstructions == 'false'
49
with:
run/action.yaml
@@ -52,7 +52,7 @@ runs:
52
echo "action=$action" >> $GITHUB_ENV
53
echo "actionDrv=$actionDrv" >> $GITHUB_ENV
54
55
- - uses: actions/cache/restore@v3
+ - uses: actions/cache/restore@v4
56
57
58
0 commit comments