Skip to content

Commit 48a1a4d

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-7
2 parents 013b85d + de05fa0 commit 48a1a4d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
check-latest: true
3030

3131
- name: Cache Go modules
32-
uses: actions/cache@v5
32+
uses: actions/cache@v6
3333
with:
3434
path: |
3535
~/go/pkg/mod

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-version: "${{ steps.settings.outputs.go_version }}"
2929
check-latest: true
3030
- name: Cache Go modules
31-
uses: actions/cache@v5
31+
uses: actions/cache@v6
3232
with:
3333
path: |
3434
~/go/pkg/mod
@@ -60,6 +60,6 @@ jobs:
6060
- name: staticcheck
6161
run: staticcheck ./...
6262
- name: golangci-lint
63-
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee
63+
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a
6464
# with:
6565
# version: "${{ steps.settings.outputs.golangci_lint_version }}"

.github/workflows/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
check-latest: true
7575

7676
- name: Cache Go modules
77-
uses: actions/cache@v5
77+
uses: actions/cache@v6
7878
with:
7979
path: |
8080
~/go/pkg/mod

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version: "${{ steps.settings.outputs.go_version }}"
2727
check-latest: true
2828
- name: Cache Go modules
29-
uses: actions/cache@v5
29+
uses: actions/cache@v6
3030
with:
3131
path: |
3232
~/go/pkg/mod

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: "${{ steps.settings.outputs.go_version }}"
2525
check-latest: true
2626
- name: Cache Go modules
27-
uses: actions/cache@v5
27+
uses: actions/cache@v6
2828
with:
2929
path: |
3030
~/go/pkg/mod

0 commit comments

Comments
 (0)