Skip to content

Commit fa6c35e

Browse files
committed
Updated GitHub Actions
1 parent 172fdda commit fa6c35e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0 # Important: mike needs full history to manage branches
1414

1515
- name: Setup Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v7
1717
with:
1818
python-version: 3.x
1919

0 commit comments

Comments
 (0)