Skip to content

Commit

Permalink
CI: upgrade to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense committed Jan 16, 2024
1 parent 63b82f2 commit d38ce15
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 @@ -12,7 +12,7 @@ jobs:
test-difftest-main:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Mill Installation
run: |
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-22.04

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

- name: Enable -Werror for EMU Build
run: |
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
runs-on: ubuntu-22.04

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

- name: Enable -Werror for EMU Build
run: |
Expand Down

0 comments on commit d38ce15

Please sign in to comment.