diff --git a/.github/workflows/http-tests.yml b/.github/workflows/http-tests.yml index c7ab34971..d38b2c812 100644 --- a/.github/workflows/http-tests.yml +++ b/.github/workflows/http-tests.yml @@ -27,7 +27,7 @@ jobs: run: | echo "${{ runner.temp }}/apache-jena-${{ env.JENA_VERSION }}/bin" >> $GITHUB_PATH - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Add bin/ and its subdirectories to PATH run: | find "$GITHUB_WORKSPACE/bin" -type d >> "$GITHUB_PATH"