We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499f846 commit bdfd8afCopy full SHA for bdfd8af
2 files changed
.github/workflows/prerelease.yml
@@ -20,7 +20,7 @@ jobs:
20
run: echo ::set-output name=value::${GITHUB_REF#refs/*/}
21
22
- name: Setup Python 3.7
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
24
with:
25
python-version: '3.7'
26
.github/workflows/pull_request.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
15
16
17
18
19
0 commit comments