Skip to content

Commit a5cff7f

Browse files
authored
Merge pull request #929 from coreemu/develop
update github actions/cache@v2 to v4 to avoid deprecation issues
2 parents a5ab6b7 + d4d61d5 commit a5cff7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

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

0 commit comments

Comments
 (0)