We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f98e5f commit e8f8391Copy full SHA for e8f8391
1 file changed
start/action.yml
@@ -14,7 +14,7 @@ inputs:
14
runs:
15
using: "composite"
16
steps:
17
- - uses: actions/cache@v3.3.2
+ - uses: actions/cache@v4.0.2
18
with:
19
path: ~/.cache/pip
20
key: jetstream2-admin-${{ runner.os }}-pip-v1.2.2-${{ hashFiles('**/requirements.txt') }}
0 commit comments