diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 463a2ea..ad53b65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Configure CMake (${{ matrix.preset }}) run: cmake --preset ${{ matrix.preset }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05df7d9..edf2cf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Configure CMake (Release) run: cmake --preset release