We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86a1bde + e7c2c0e commit d41239fCopy full SHA for d41239f
.github/workflows/_goreleaser.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-24.04
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v3.6.0
+ uses: actions/checkout@v4.2.2
19
with:
20
fetch-depth: 0
21
.github/workflows/_quality.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Check out code from GitHub
14
.github/workflows/_release.yml
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
persist-credentials: false
0 commit comments