Skip to content

Commit

Permalink
Migrated to GHA checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Nov 21, 2023
1 parent dc25b75 commit 30e0a7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
xeus_build_shared_lib: 0

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get number of CPU cores
uses: SimenB/github-actions-cpu-cores@v1

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
os: [ windows-2019, windows-2022 ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: install mamba
uses: mamba-org/provision-with-micromamba@main
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
matrix:
emsdk_ver: ["2.0.32", "3.1.2"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install mamba
uses: mamba-org/provision-with-micromamba@main
Expand Down

0 comments on commit 30e0a7b

Please sign in to comment.