Skip to content

Commit e515948

Browse files
authored
Merge pull request #570 from hamirmahal/fix/usage-of-deprecated-version-of-nodejs
fix: usage of `deprecated` version of `Node.js`
2 parents cefb123 + e036e43 commit e515948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- os: windows-latest
2727
- os: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030

3131
- name: install linux deps
3232
run: |
@@ -59,7 +59,7 @@ jobs:
5959
CRATESIO_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/checkout@v2
62+
- uses: actions/checkout@v4
6363
- name: Update apt
6464
run: sudo apt update
6565
- name: Install alsa

0 commit comments

Comments
 (0)