Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#521)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 29, 2024
1 parent 50dd290 commit 157afd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-demand-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:

- name: Checkout opencl-clang sources for action files availabilty
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run build-opencl-clang action
uses: ./.github/actions/build-opencl-clang
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-push-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:

- name: Checkout opencl-clang sources for action files
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run build-opencl-clang action
uses: ./.github/actions/build-opencl-clang
Expand All @@ -54,7 +54,7 @@ jobs:
steps:

- name: Checkout opencl-clang sources for action files
uses: actions/checkout@v3
uses: actions/checkout@v4

# This step will fail when the branch naming scheme 'ocl-open-XXX' changes!
- name: Parse LLVM version from branch name
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:

- name: Checkout opencl-clang sources for action files availabilty
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run build-opencl-clang action
uses: ./.github/actions/build-opencl-clang
Expand All @@ -39,7 +39,7 @@ jobs:
steps:

- name: Checkout opencl-clang sources for action files availabilty
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run build-opencl-clang action
uses: ./.github/actions/build-opencl-clang
Expand Down

0 comments on commit 157afd8

Please sign in to comment.