Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/setup-go action to v4
Browse files Browse the repository at this point in the history
renovate[bot] authored May 3, 2023
1 parent 900e03c commit 1e8fc77
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-auditor.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with: { repository: 'sourcegraph/sourcegraph' }
- uses: actions/setup-go@v2
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4
with: { go-version: '1.18' }

- run: ./dev/pr-auditor/check-pr.sh
2 changes: 1 addition & 1 deletion .github/workflows/update-tags.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
- uses: actions/setup-go@331ce1d993939866bb63c32c6cbbfd48fa76fc57 # renovate: tag=v2
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4
with:
go-version: '^1.19'

0 comments on commit 1e8fc77

Please sign in to comment.