Skip to content

Commit

Permalink
fix(ci): Using actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed May 17, 2024
1 parent 54e2d89 commit efea4b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit efea4b6

Please sign in to comment.