From 9590de7efc71ec2d6d08722624279f2c2f790615 Mon Sep 17 00:00:00 2001 From: Won-Kyu Park Date: Tue, 30 Jan 2024 16:19:30 +0900 Subject: [PATCH] fixes suggested by @akx --- .github/workflows/cmake.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b54d56dfb..d04c75b52 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -26,9 +26,9 @@ jobs: cpp_compiler: g++ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} @@ -64,7 +64,6 @@ jobs: echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" - name: CUDA Toolkit - # not work on windows shell: bash -el {0} run: | if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then