diff options
Diffstat (limited to '.github/workflows/cmake.yml')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 864ddc15..62674d77 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -31,7 +31,7 @@ jobs: cmake_args: -DUSE_PYTHON=ON -DUSE_GPGME=ON } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 name: Check out repository code - if: runner.os == 'Linux' |