Skip to content

Commit a770c46

Browse files
committed
fix github workflow actions
1 parent ac6c679 commit a770c46

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
@@ -14,13 +14,13 @@ jobs:
1414
pull-requests: write
1515
name: Build and Deploy Job
1616
steps:
17-
- uses: actions/checkout@latest
17+
- uses: actions/checkout@v4
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
fetch-depth: 0
2121

2222
- name: Set up Python 3.12
23-
uses: actions/setup-python@latest
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: 3.12
2626

0 commit comments

Comments
 (0)