Skip to content

Commit 54cca76

Browse files
🌱 Update github-actions group
| datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/labeler | v5 | v6 | | github-tags | actions/setup-go | v5.3.0 | v6.0.0 | | github-tags | actions/setup-node | v4 | v6 |
1 parent 0f77fe3 commit 54cca76

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/actions/e2e/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inputs:
2222
runs:
2323
using: "composite"
2424
steps:
25-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
25+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2626
with:
2727
go-version-file: "go.mod"
2828

.github/actions/test-release/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Testing Release"
33
runs:
44
using: "composite"
55
steps:
6-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
6+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
77
with:
88
go-version-file: "go.mod"
99

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434

35-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
35+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3636
with:
3737
go-version-file: "go.mod"
3838

.github/workflows/pr-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Verify Generated Files of Git Repo
6565
run: make BUILD_IN_CONTAINER=false verify-generated-files
6666

67-
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
67+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
6868
with:
6969
node-version: "22"
7070
- name: Install renovate
@@ -94,7 +94,7 @@ jobs:
9494
}
9595
- name: Generate Labels
9696
if: github.event.pull_request.head.repo.full_name == github.repository # Skip forked PRs
97-
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
97+
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
9898
with:
9999
configuration-path: .github/labeler.yaml
100100
- name: Sync Labels

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
26+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2727
with:
2828
go-version-file: "go.mod"
2929

@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
fetch-depth: 0
141141

142-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
142+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
143143
with:
144144
go-version-file: "go.mod"
145145

.github/workflows/report-bin-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
shell: bash
1717
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
1818

19-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
19+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2020
with:
2121
go-version-file: "go.mod"
2222

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fi
4141
echo name=${NAME} >> $GITHUB_OUTPUT
4242
43-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
43+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4444
with:
4545
go-version-file: "go.mod"
4646

0 commit comments

Comments
 (0)