We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f22e5c4 + ff9f16d commit 08606c2Copy full SHA for 08606c2
.github/workflows/images.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Check out the repo
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
- name: Log in to the Container registry
25
uses: docker/login-action@v3
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
name: lint
14
runs-on: ubuntu-latest
15
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- name: golangci-lint
18
uses: golangci/golangci-lint-action@v9
with:
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
go: [ '1.23', '1.24' ]
name: Go ${{ matrix.go }} test
- name: Setup go
uses: actions/setup-go@v6.0.0
0 commit comments