summaryrefslogtreecommitdiffstats
path: root/.github/workflows/intel-cmake.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/intel-cmake.yml')
-rw-r--r--.github/workflows/intel-cmake.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/intel-cmake.yml b/.github/workflows/intel-cmake.yml
index 94dc6cf..47f16a5 100644
--- a/.github/workflows/intel-cmake.yml
+++ b/.github/workflows/intel-cmake.yml
@@ -19,7 +19,7 @@ jobs:
name: "ubuntu-oneapi ${{ inputs.build_mode }}"
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v4.1.1
# Only CMake need ninja-build, but we just install it unilaterally
# libssl, etc. are needed for the ros3 VFD
@@ -77,7 +77,7 @@ jobs:
name: "windows-oneapi ${{ inputs.build_mode }}"
runs-on: windows-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v4.1.1
- name: Install Dependencies (Windows)
run: choco install ninja