Skip to content

Commit 84838c0

Browse files
authored
Merge branch 'main' into dependabot/github_actions/golangci/golangci-lint-action-9
2 parents da142cb + d93f724 commit 84838c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
go-version: ${{ env.GO_VERSION }}
5353

5454
- name: Cache Go modules
55-
uses: actions/cache@v3
55+
uses: actions/cache@v5
5656
with:
5757
path: ~/go/pkg/mod
5858
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Upload artifacts
132132
if: steps.check_component.outputs.exists == 'true' && always()
133-
uses: actions/upload-artifact@v3
133+
uses: actions/upload-artifact@v6
134134
with:
135135
name: ${{ matrix.component }}
136136
path: ${{ matrix.component }}/*
@@ -144,7 +144,7 @@ jobs:
144144
- uses: actions/checkout@v6
145145

146146
- name: Set up Docker Buildx
147-
uses: docker/setup-buildx-action@v2
147+
uses: docker/setup-buildx-action@v3
148148

149149
- name: Login to Docker Hub
150150
uses: docker/login-action@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v6
7474

7575
- name: Set up Docker Buildx
76-
uses: docker/setup-buildx-action@v2
76+
uses: docker/setup-buildx-action@v3
7777

7878
- name: Log in to Container Registry
7979
uses: docker/login-action@v2

0 commit comments

Comments
 (0)