Skip to content

Commit f0d3cc4

Browse files
authored
Merge pull request #299 from cmu-delphi/ndefries/bump-python-action-version
Bump setup-python action version to use new node
2 parents 7ed8881 + d205b09 commit f0d3cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
docker push ${{ steps.tagname.outputs.repo }}:${{ steps.tagname.outputs.tag }}
5757
- name: Set up Python 3.8
5858
if: startsWith(github.ref, 'refs/heads/main')
59-
uses: actions/setup-python@v2
59+
uses: actions/setup-python@v4
6060
with:
6161
python-version: 3.8
6262
- name: Extract version

0 commit comments

Comments
 (0)