Skip to content

Commit 80551e0

Browse files
authored
Merge pull request #301 from cmu-delphi/ndefries/bump-python-action-version
Bump setup-python action version to use new node in release process
2 parents f0d3cc4 + 9ac6d15 commit 80551e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
git fetch origin dev:dev
2121
git reset --hard dev
2222
- name: Set up Python 3.8
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@4
2424
with:
2525
python-version: 3.8
2626
- name: Change version number

.github/workflows/release_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check out code
2323
uses: actions/checkout@v3
2424
- name: Set up Python 3.8
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v4
2626
with:
2727
python-version: 3.8
2828
- name: Extract version

0 commit comments

Comments
 (0)