Skip to content

Commit

Permalink
🌱 Update github-actions group to v5
Browse files Browse the repository at this point in the history
| datasource  | package                            | from | to |
| ----------- | ---------------------------------- | ---- | -- |
| github-tags | actions/setup-go                   | v4   | v5 |
| github-tags | peter-evans/create-issue-from-file | v4   | v5 |
  • Loading branch information
cluster-stack-bot[bot] committed Jan 29, 2024
1 parent 3bcc4fc commit ec0f527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v4
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version: stable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
link-checker
- name: Update Issue
uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f # v4
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5
with:
title: Link Checker Dashboard
issue-number: "${{ steps.link-checker-issue.outputs.issue_number }}"
Expand Down

0 comments on commit ec0f527

Please sign in to comment.