Skip to content

Commit d993b91

Browse files
committed
fix GHA versions
1 parent 771556c commit d993b91

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 1
1919
- name: Set up Python 🐍
20-
uses: actions/setup-python@5.1.0
20+
uses: actions/setup-python@v5.1.0
2121
with:
2222
python-version: 3.12
2323
- name: Install dependencies ⚙️

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 1
1818
- name: Set up Python ${{ matrix.python-version }} 🐍
19-
uses: actions/setup-python@5.1.0
19+
uses: actions/setup-python@v5.1.0
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies ⚙️

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout 🚚
1414
uses: actions/checkout@v4.1.1
1515
- name: Set up Python 3.12 🐍
16-
uses: actions/setup-python@5.1.0
16+
uses: actions/setup-python@v5.1.0
1717
with:
1818
python-version: 3.12
1919
- name: Install dependencies ⚙️

.github/workflows/pages_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4.1.1
1414

1515
- name: Set up Python 🐍
16-
uses: actions/setup-python@5.1.0
16+
uses: actions/setup-python@v5.1.0
1717
with:
1818
python-version: 3.12
1919

@@ -27,7 +27,7 @@ jobs:
2727
make html
2828
2929
- name: Deploy 🚀
30-
uses: JamesIves/github-pages-deploy-action@4.5.0
30+
uses: JamesIves/github-pages-deploy-action@v4.5.0
3131
with:
3232
branch: gh-pages
3333
folder: docs/_build/html

0 commit comments

Comments
 (0)