We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72b2c70 + 6e52c12 commit e32a8f4Copy full SHA for e32a8f4
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4.1.1
+ uses: actions/checkout@v4.1.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