From efea4b6a48f42c843fa7f42296598f9cfd10eac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc=20Serf=C5=91z=C5=91?= Date: Fri, 17 May 2024 16:16:45 +0200 Subject: [PATCH] fix(ci): Using actions/checkout@v4 --- .github/workflows/presubmit.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index b80ddd94..bcb31e23 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -16,7 +16,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # repository: ${{github.repository}} (default) fetch-depth: 0 @@ -145,7 +145,7 @@ jobs: echo "CTEST_EXE=ctest" >> "$GITHUB_ENV" - name: Checkout OpenCL-Headers - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure run: $CMAKE_EXE @@ -309,7 +309,7 @@ jobs: Remove-Item ~\Downloads\* - name: Checkout OpenCL-Headers - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure (MSBuild) if: matrix.GEN == 'Visual Studio 17 2022' @@ -555,7 +555,7 @@ jobs: CXX: ${{matrix.COMPILER.CXX}} steps: - name: Checkout OpenCL-Headers - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create Build Environment run: | @@ -632,7 +632,7 @@ jobs: CFLAGS: -Wall -Wextra -pedantic -Werror steps: - name: Checkout OpenCL-Headers - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure run: cmake