We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc135a commit 4923d49Copy full SHA for 4923d49
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
runs-on: ubuntu-latest
38
steps:
39
- name: Checkout Repo
40
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
41
- name: Unshallow clone for tags
42
run: git fetch --prune --unshallow --tags
43
- name: Install Go
@@ -81,7 +81,7 @@ jobs:
81
needs: publish_binary
82
83
84
85
86
87
0 commit comments