We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ade96a commit e9c19cbCopy full SHA for e9c19cb
3 files changed
.github/workflows/master.yml
@@ -15,7 +15,7 @@ jobs:
15
release_notes: ${{ steps.semantic.outputs.new_release_notes }}
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
with:
20
token: ${{ secrets.ACCESS_TOKEN }}
21
.github/workflows/prerelease.yml
@@ -13,7 +13,7 @@ jobs:
13
version: ${{ steps.version.outputs.value }}
14
- name: Version
id: version
.github/workflows/pull_request.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-20.04
11
12
- name: Setup Python 3.7
uses: actions/setup-python@v2
0 commit comments