Skip to content

Commit

Permalink
Merge pull request #51 from nathanchance/update-checkout-action-version
Browse files Browse the repository at this point in the history
workflows: Update to actions/checkout@v4
  • Loading branch information
nathanchance authored Sep 5, 2023
2 parents 548fdca + d1ced16 commit 2687211
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 2687211

Please sign in to comment.