Skip to content

Commit

Permalink
ci: update GitHub actions
Browse files Browse the repository at this point in the history
NodeJS 16 is deprecated so we have to upgrade
the GitHub actions that depend on it.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Feb 28, 2024
1 parent e3a6edc commit 665d668
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout Microkit repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout seL4 repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: seL4/seL4
ref: microkit
Expand Down Expand Up @@ -51,9 +51,9 @@ jobs:
runs-on: macos-12
steps:
- name: Checkout Microkit repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout seL4 repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: seL4/seL4
ref: microkit
Expand All @@ -76,9 +76,9 @@ jobs:
runs-on: macos-12
steps:
- name: Checkout Microkit repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout seL4 repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: seL4/seL4
ref: microkit
Expand Down

0 comments on commit 665d668

Please sign in to comment.