diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d27f59a..311a317 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -16,7 +16,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Check out CF JSpecify Conformance Tests - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: jspecify-conformance - name: Set up JDK 21 for Gradle to run on @@ -45,7 +45,7 @@ jobs: INIT # conformance-tests (the assertions/samples ZIP) comes from the main JSpecify repo. - name: Check out JSpecify - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: jspecify/jspecify path: jspecify @@ -54,7 +54,7 @@ jobs: run: ./gradlew --init-script "$RUNNER_TEMP/publish-helper.gradle" :conformance-tests:publishToMavenLocal # conformance-test-framework (the test driver) comes from the JSpecify reference checker. - name: Check out JSpecify reference checker - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: jspecify/jspecify-reference-checker path: jspecify-reference-checker