Skip to content

Commit

Permalink
Fix node16 deprecation error
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored and any1 committed Nov 2, 2024
1 parent f5c5fc8 commit bdaac7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: checkout aml
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: any1/aml
path: subprojects/aml
- name: checkout neatvnc
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: any1/neatvnc
path: subprojects/neatvnc
Expand Down

0 comments on commit bdaac7c

Please sign in to comment.