Skip to content

Commit 9d1710c

Browse files
chore(deps): update actions/setup-python action to v5
1 parent 7102477 commit 9d1710c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/Build-and-deploy-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20-
- uses: actions/setup-python@v2
20+
- uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.9
2323

.github/workflows/Build-and-deploy-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20-
- uses: actions/setup-python@v2
20+
- uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.9
2323

.github/workflows/Build-and-deploy-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20-
- uses: actions/setup-python@v4
20+
- uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.9
2323

.github/workflows/lint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git_name: "fairdataihub-bot"
4141

4242
- name: Set up Python
43-
uses: actions/setup-python@v1
43+
uses: actions/setup-python@v5
4444
with:
4545
python-version: 3.9.7
4646

0 commit comments

Comments
 (0)