diff --git a/.github/workflows/ci-meson.yml b/.github/workflows/ci-meson.yml index 72b529e..242a356 100644 --- a/.github/workflows/ci-meson.yml +++ b/.github/workflows/ci-meson.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Meson and Boost.Test run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7610bb..fb2eded 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Boost.Test run: | diff --git a/.github/workflows/cmake-gcc-clang.yml b/.github/workflows/cmake-gcc-clang.yml index 332961d..35748fc 100644 --- a/.github/workflows/cmake-gcc-clang.yml +++ b/.github/workflows/cmake-gcc-clang.yml @@ -60,7 +60,7 @@ jobs: compiler: { c: cl, cpp: cl } steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.