We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822a397 commit 7db66dfCopy full SHA for 7db66df
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
47
with:
48
limit-access-to-actor: true
49
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
50
id: cache
51
52
path: ${{ env.pythonLocation }}
0 commit comments