Skip to content

Commit 1fd93dc

Browse files
Merge pull request #142 from Unidata/dependabot-github_actions-actions-setup-python-5
CI: (deps): Bump actions/setup-python from 2 to 5
2 parents 8cafa56 + d7b56d8 commit 1fd93dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- name: Set up Python
1616
id: setup
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.x
2020

.github/workflows/sphinx_build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Setup Python
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.8'
2020

0 commit comments

Comments
 (0)