mirror of
https://github.com/cve-search/cpe-guesser.git
synced 2024-11-24 07:47:23 +00:00
Upgrade actions/checkout@v4
Node.js 16 actions are deprecated. actions/checkout@v4 uses Node.js 20
This commit is contained in:
parent
2fa90cb3f8
commit
01621fbbed
2 changed files with 2 additions and 2 deletions
2
.github/workflows/black.yml
vendored
2
.github/workflows/black.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
name: Black
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check Black formatting for Python scripts
|
||||
uses: psf/black@stable
|
||||
with:
|
||||
|
|
2
.github/workflows/shell.yml
vendored
2
.github/workflows/shell.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
name: ShellCheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ShellCheck for shell scripts
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue