diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 904f58df..b5a0a610 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 - run: git submodule update --init --recursive - name: set extra GITHUB_PATH ${{ matrix.config.extra_path }} (for MinGW) shell: bash diff --git a/.github/workflows/cmake_builtin_lib.yml b/.github/workflows/cmake_builtin_lib.yml index 5cf3a74d..983091c3 100644 --- a/.github/workflows/cmake_builtin_lib.yml +++ b/.github/workflows/cmake_builtin_lib.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 - run: git submodule update --init --recursive - run: mkdir build - run: cmake -G "Unix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Debug -DSQLITECPP_INTERNAL_SQLITE=OFF -DSQLITE_OMIT_LOAD_EXTENSION=ON -DSQLITECPP_BUILD_TESTS=ON -DSQLITECPP_BUILD_EXAMPLES=ON -DSQLITECPP_RUN_CPPCHECK=OFF -DSQLITECPP_RUN_CPPLINT=OFF .. diff --git a/.github/workflows/cmake_subdir_example.yml b/.github/workflows/cmake_subdir_example.yml index 0b753ba3..83e3704b 100644 --- a/.github/workflows/cmake_subdir_example.yml +++ b/.github/workflows/cmake_subdir_example.yml @@ -27,7 +27,7 @@ jobs: } steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: configure shell: cmake -P {0} run: | diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index b60efd43..56ff0af6 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -49,7 +49,7 @@ jobs: } steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # use msvc-dev-cmd to setup the environment for MSVC if needed - name: setup MSVC if: matrix.config.requires_msvc