Skip to content

Commit 282dab0

Browse files
🌱 Update github-actions group
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/labeler | v5 | v6 | | github-tags | actions/setup-go | v5 | v6 | | github-tags | actions/setup-go | v5.1.0 | v6.0.0 |
1 parent 7300a64 commit 282dab0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
7+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
88
with:
99
go-version-file: "go.mod"
1010
cache: true

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
"2000": "XXL"
6060
}
6161
- name: Generate Labels
62-
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
62+
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
6363
with:
6464
configuration-path: .github/labeler.yaml
6565
repo-token: ${{ steps.generate-token.outputs.token }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- run: git fetch --force --tags
20-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
20+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2121
with:
2222
go-version: stable
2323

0 commit comments

Comments
 (0)