Skip to content

Commit c4f9a47

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 | | github-tags | actions/setup-node | v4 | v6 | | github-tags | peter-evans/create-issue-from-file | v5 | v6 |
1 parent 7300a64 commit c4f9a47

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Verify Shellcheck
2727
run: make verify-shellcheck
2828

29-
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
29+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3030
with:
3131
node-version: "18"
3232
- name: Install renovate
@@ -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

.github/workflows/schedule-link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
link-checker
4040
4141
- name: Update Issue
42-
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5
42+
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6
4343
with:
4444
title: Link Checker Dashboard
4545
issue-number: "${{ steps.link-checker-issue.outputs.issue_number }}"

0 commit comments

Comments
 (0)