We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc14470 + df7d886 commit 241e990Copy full SHA for 241e990
2 files changed
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v3.5.2
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