Skip to content

Commit e8f8391

Browse files
committed
Use latest actions/cache.
1 parent 7f98e5f commit e8f8391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

start/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
runs:
1515
using: "composite"
1616
steps:
17-
- uses: actions/cache@v3.3.2
17+
- uses: actions/cache@v4.0.2
1818
with:
1919
path: ~/.cache/pip
2020
key: jetstream2-admin-${{ runner.os }}-pip-v1.2.2-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)