Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down