Skip to content

Commit bdfd8af

Browse files
chore(actions): update actions/setup-python action to v4 (#214)
1 parent 499f846 commit bdfd8af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo ::set-output name=value::${GITHUB_REF#refs/*/}
2121

2222
- name: Setup Python 3.7
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: '3.7'
2626

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414

1515
- name: Setup Python 3.7
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v4
1717
with:
1818
python-version: '3.7'
1919

0 commit comments

Comments
 (0)