Skip to content

Commit 34b34b1

Browse files
authored
Update ctftime.yml
change to cache:v3
1 parent 46507df commit 34b34b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ctftime.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v3
1616
with:
1717
submodules: true
1818

19-
- uses: actions/cache@v4
19+
- uses: actions/cache@v3
2020
with:
2121
path: ctftime_cache
2222
key: ${{ runner.os }}-ctftime-${{ hashFiles('ctftime_cache') }}
2323
restore-keys: |
2424
${{ runner.os }}-ctftime-
2525
26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v3
2727
with:
2828
path: ~/.cache/pip
2929
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)