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