Skip to content

Commit ec0f527

Browse files
🌱 Update github-actions group to v5
| datasource | package | from | to | | ----------- | ---------------------------------- | ---- | -- | | github-tags | actions/setup-go | v4 | v5 | | github-tags | peter-evans/create-issue-from-file | v4 | v5 |
1 parent 3bcc4fc commit ec0f527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
20+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
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@433e51abf769039ee20ba1293a088ca19d573b7f # v4
42+
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5
4343
with:
4444
title: Link Checker Dashboard
4545
issue-number: "${{ steps.link-checker-issue.outputs.issue_number }}"

0 commit comments

Comments
 (0)