Skip to content

Commit 7241c61

Browse files
committed
Bump GitHub actions to v4
1 parent f42c074 commit 7241c61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ jobs:
66
runs-on: ubuntu-latest
77

88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010

1111
- name: pip cache
12-
uses: actions/cache@v3
12+
uses: actions/cache@v4
1313
with:
1414
path: ~/.cache/pip
1515
key: ${{ runner.os }}-pip-${{ hashFiles('ci/requirements.txt') }}
1616
restore-keys: |
1717
${{ runner.os }}-pip-
1818
1919
- name: pre-commit cache
20-
uses: actions/cache@v3
20+
uses: actions/cache@v4
2121
with:
2222
path: ~/.cache/pre-commit
2323
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
2424
restore-keys: |
2525
${{ runner.os }}-pre-commit-
2626
2727
- name: ~/bin cache
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: ~/bin
3131
key: ${{ runner.os }}-homebin-${{ hashFiles('ci/versions.sh') }}

0 commit comments

Comments
 (0)