Skip to content

Commit ed6b81d

Browse files
committed
fix: update actions/cache to v4 to resolve deprecation warning
- Update actions/cache from deprecated v4.0.2 to v4.1.2 - Simplify other action references to use version tags
1 parent e118b02 commit ed6b81d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: '3.11'
3434

3535
- name: Cache pip dependencies
36-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
36+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
3737
with:
3838
path: ~/.cache/pip
3939
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
@@ -49,10 +49,10 @@ jobs:
4949
run: mkdocs build --strict --verbose
5050

5151
- name: Setup Pages
52-
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
52+
uses: actions/configure-pages@v5
5353

5454
- name: Upload artifact
55-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
55+
uses: actions/upload-pages-artifact@v3
5656
with:
5757
path: './site'
5858

@@ -66,4 +66,4 @@ jobs:
6666
steps:
6767
- name: Deploy to GitHub Pages
6868
id: deployment
69-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
69+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)