Skip to content

Commit ce04c55

Browse files
Bump actions/cache from 2.1.7 to 3 (#1176)
1 parent 52a0a5a commit ce04c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
result = "${{ runner.os }}-{}-{}-pre-commit".format(python, digest)
2727
2828
print("::set-output name=result::{}".format(result))
29-
- uses: actions/cache@v2.1.7
29+
- uses: actions/cache@v3
3030
if: matrix.os != 'windows-latest'
3131
with:
3232
path: ~/.cache/pre-commit

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
result = "${{ runner.os }}-{}-{}-pre-commit".format(python, digest)
6868
6969
print("::set-output name=result::{}".format(result))
70-
- uses: actions/cache@v2.1.7
70+
- uses: actions/cache@v3
7171
if: matrix.os != 'windows-latest'
7272
with:
7373
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)