chore(deps): update actions/checkout action to v6
This commit is contained in:
2
.github/workflows/kics.yml
vendored
2
.github/workflows/kics.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
name: Check out source code
|
||||
|
||||
- name: run a KICS scan
|
||||
|
||||
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
|
||||
- uses: mamba-org/setup-micromamba@4d84239119b14cba1690b971f05c0bab912bea04
|
||||
|
||||
Reference in New Issue
Block a user