Skip to content

Commit

Permalink
Update CI actions/checkout to v4
Browse files Browse the repository at this point in the history
actions/checkout v3 is deprecated.
  • Loading branch information
mkozlowski committed Feb 28, 2024
1 parent f5c61e1 commit 0322e58
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: install dependencies
run: |
Expand Down

0 comments on commit 0322e58

Please sign in to comment.