We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f36aa commit e9f726fCopy full SHA for e9f726f
.github/workflows/checks.yml
@@ -19,7 +19,7 @@ jobs:
19
schema_artifact: ${{ env.SCHEMA_ARTIFACT }}
20
steps:
21
- name: Checkout Repository
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
23
- name: Set up Java 17
24
uses: actions/setup-java@v5
25
with:
.github/workflows/deploy.yml
0 commit comments