Skip to content

Commit ddd7a31

Browse files
authored
Merge pull request #154 from shapeshifter/dependabot/github_actions/actions/cache-4
chore(deps): Bump actions/cache from 2 to 4
2 parents 4f973dc + 2d7df5a commit ddd7a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@v4
1818
with:
1919
python-version: 3.x
20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
with:
2222
key: ${{ github.ref }}
2323
path: .cache

0 commit comments

Comments
 (0)