mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-08 13:10:07 +00:00
build(deps): bump actions/checkout from 4 to 5 (#1266)
This commit is contained in:
parent
39d45694a4
commit
2908c8d3a4
2 changed files with 6 additions and 6 deletions
2
.github/workflows/codeql.yaml
vendored
2
.github/workflows/codeql.yaml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
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