From 157afd8f829bf06fbfaaa563b465d56f92cbccd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 11:31:16 +0800 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#521) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/on-demand-verification.yml | 2 +- .github/workflows/on-push-verification.yml | 4 ++-- .github/workflows/scheduled-verification.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/on-demand-verification.yml b/.github/workflows/on-demand-verification.yml index 0ebe6dd..ce6efe4 100644 --- a/.github/workflows/on-demand-verification.yml +++ b/.github/workflows/on-demand-verification.yml @@ -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 diff --git a/.github/workflows/on-push-verification.yml b/.github/workflows/on-push-verification.yml index c871c99..58feb64 100644 --- a/.github/workflows/on-push-verification.yml +++ b/.github/workflows/on-push-verification.yml @@ -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 @@ -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 diff --git a/.github/workflows/scheduled-verification.yml b/.github/workflows/scheduled-verification.yml index b798bdf..e13b5fd 100644 --- a/.github/workflows/scheduled-verification.yml +++ b/.github/workflows/scheduled-verification.yml @@ -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 @@ -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