mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-16 00:35:45 +00:00
chore: bump to use node20 runtime, actions/checkout to v4 (#843)
This commit is contained in:
parent
29052a94fb
commit
c67416616c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/codeql.yaml
vendored
2
.github/workflows/codeql.yaml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
# Must fetch at least the immediate parents so that if this is
|
||||
# a pull request then we can checkout the head of the pull request.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue