Skip to content

Commit 01621fb

Browse files
committed
Upgrade actions/checkout@v4
Node.js 16 actions are deprecated. actions/checkout@v4 uses Node.js 20
1 parent 2fa90cb commit 01621fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Black
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Check Black formatting for Python scripts
1717
uses: psf/black@stable
1818
with:

.github/workflows/shell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: ShellCheck
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Run ShellCheck for shell scripts
1717
uses: ludeeus/action-shellcheck@master
1818
with:

0 commit comments

Comments
 (0)