Skip to content

Commit

Permalink
workflows: Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
This is the latest major version of the checkout action.

Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Sep 5, 2023
1 parent 548fdca commit d1ced16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
image: [qemu]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/llvm-project-epoch-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
platforms: linux/amd64
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build and test llvm-project
uses: ./.github/actions/build-test-llvm-project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/llvm-project-epoch-three.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
platforms: linux/amd64
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build and test llvm-project
uses: ./.github/actions/build-test-llvm-project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/llvm-project-epoch-two.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
platforms: linux/amd64
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build and test llvm-project
uses: ./.github/actions/build-test-llvm-project
Expand Down

0 comments on commit d1ced16

Please sign in to comment.