We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f5620c + bba02b4 commit 2b1d062Copy full SHA for 2b1d062
2 files changed
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3.0.2
+ uses: actions/checkout@v3.1.0
15
with:
16
token: ${{ secrets.API_GITHUB_TOKEN }}
17
.github/workflows/test.yml
@@ -13,13 +13,13 @@ jobs:
- name: Checkout with token
if: github.event_name != 'pull_request'
18
19
20
- name: Checkout without token
21
if: github.event_name == 'pull_request'
22
23
24
- name: Fetch Go version
25
run: |
0 commit comments