We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81a5955 + e7eed72 commit 3969b26Copy full SHA for 3969b26
2 files changed
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4.1.2
+ uses: actions/checkout@v4.1.4
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