Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit c31dd39

Browse files
cluster-stack-bot[bot]matofederkranurag7
authored
🌱 Update github-actions group (#10)
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/labeler | v4 | v5 | | github-tags | actions/setup-go | v4.1.0 | v5.0.0 | Co-authored-by: scs-project-manager[bot] <143188378+scs-project-manager[bot]@users.noreply.github.com> Co-authored-by: Matej Feder <[email protected]> Co-authored-by: Anurag <[email protected]>
1 parent 6ff54f2 commit c31dd39

File tree

4 files changed

+4
-4
lines changed

4 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@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
7+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
88
with:
99
go-version-file: "go.mod"
1010
cache: true

.github/workflows/pr-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
"2000": "XXL"
6363
}
6464
- name: Generate Labels
65-
uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4
65+
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
6666
with:
6767
configuration-path: .github/labeler.yaml
6868
repo-token: ${{ steps.generate-token.outputs.token }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
fetch-depth: 0
139139

140140
- name: Install go
141-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
141+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
142142
with:
143143
go-version-file: "go.mod"
144144
cache: true

.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@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
19+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2020
with:
2121
go-version-file: "go.mod"
2222
cache: true

0 commit comments

Comments
 (0)