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 1449c36 + 4d071f5 commit a1808aeCopy full SHA for a1808ae
.github/workflows/golangci-lint.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
go-version: '1.20'
20
cache: false
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
- name: golangci-lint
23
uses: golangci/golangci-lint-action@v3
24
.github/workflows/pr-dependabot.yaml
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag=v3.5.3
+ uses: actions/checkout@v4 # tag=v3.5.3
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
25
0 commit comments