Skip to content

Commit 123ded6

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 f23bdb5 commit 123ded6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/setup-go/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: "composite"
55
steps:
66
- name: Install go
7-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
7+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
88
with:
99
go-version: "1.22"
1010
go-version-file: "go.mod"

.github/workflows/pr-verify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Verify Starlark
3030
run: make verify-starlark
3131

32-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
32+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3333
with:
3434
node-version: "18"
3535
- name: Install renovate
@@ -62,7 +62,7 @@ jobs:
6262
"2000": "XXL"
6363
}
6464
- name: Generate Labels
65-
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
65+
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
6666
with:
6767
configuration-path: .github/labeler.yaml
6868
repo-token: ${{ steps.generate-token.outputs.token }}

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

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

1818
- name: Install go
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
cache: true

0 commit comments

Comments
 (0)