Skip to content

Commit

Permalink
ci: Update to latest actions/checkout (v4)
Browse files Browse the repository at this point in the history
v2 uses a deprecated node dependency.

Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
alanxz committed Mar 23, 2024
1 parent 1ff0acc commit bc1a301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
config: framing

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: Install Prerequisites
Expand All @@ -50,7 +50,7 @@ jobs:
build-macox:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: Install Prerequisites
Expand All @@ -64,7 +64,7 @@ jobs:
build-win32:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: Configure Build & Test
Expand Down

0 comments on commit bc1a301

Please sign in to comment.