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

Commit 6325d61

Browse files
chore(deps): update actions/setup-go action to v5
1 parent a011f42 commit 6325d61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
repository: 'sourcegraph/devx-service'
1515
token: ${{ secrets.PR_AUDITOR_TOKEN }}
16-
- uses: actions/setup-go@v4
16+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
1717
with: { go-version: '1.22' }
1818

1919
- run: 'go run ./cmd/pr-auditor'

.github/workflows/update-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/setup-go@v2
15+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
1616
with:
1717
go-version: "^1.18"
1818

0 commit comments

Comments
 (0)