diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4432e34..8967486 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -114,7 +114,7 @@ jobs: name: "Test Action - (img: ${{ matrix.image }}; version: ${{ matrix.version }}; force: ${{ matrix.force }})" runs-on: ${{ matrix.image }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup jq id: install-jq @@ -254,7 +254,7 @@ jobs: container: image: node:20 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup jq id: install-jq