Skip to content

Commit 906cf09

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 |
1 parent 67a49a8 commit 906cf09

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
}
7878
- name: Generate Labels
7979
if: github.event.pull_request.head.repo.full_name == github.repository # Skip forked PRs
80-
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
80+
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
8181
with:
8282
configuration-path: .github/labeler.yaml
8383
- 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)