We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2589bb1 commit d425d71Copy full SHA for d425d71
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
needs: [test, qa-approval]
37
steps:
38
- name: Checkout
39
- uses: actions/checkout@v4.1.7
+ uses: actions/checkout@v4.2.0
40
- name: Unshallow
41
run: git fetch --prune --unshallow
42
- name: Set up Go
0 commit comments