Skip to content

Commit c832427

Browse files
Fix deprecated NodeJS 16 actions in CI (kozec#5)
* feat(ci): Fix deprecated NodeJS 16 actions
1 parent 5886d21 commit c832427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scc-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
21-
- uses: actions/setup-python@v4
20+
- uses: actions/checkout@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.11'
2424
# Install dependencies

0 commit comments

Comments
 (0)