Skip to content

Commit 6cce2c5

Browse files
committed
Update docs GitHub dependencies
1 parent c0dd050 commit 6cce2c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
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)