mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-15 16:25:45 +00:00
build(deps): bump actions/checkout from 5 to 6 (#1318)
This commit is contained in:
parent
6e36c8460f
commit
a6071aaacb
2 changed files with 7 additions and 7 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@v5
|
||||
uses: actions/checkout@v6
|
||||
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