diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ba80da..c626b02 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: version: 20 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: configure run: cmake -Stest -Bbuild - name: build-${{ matrix.os.name }} @@ -43,7 +43,7 @@ jobs: pull-requests: write actions: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./ with: RUN_ID: ${{ github.run_id }}