Skip to content

Commit 2eb07e4

Browse files
authored
Merge pull request #31 from geotribu/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 3 to 5
2 parents 364307a + 8122032 commit 2eb07e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v3
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: 3.9
3030
cache: "pip"

.github/workflows/pr_checker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v2
3333

3434
- name: Set up Python
35-
uses: actions/setup-python@v3
35+
uses: actions/setup-python@v5
3636
with:
3737
python-version: 3.9
3838
cache: "pip"

0 commit comments

Comments
 (0)