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 e9b16c6 commit 6009b51Copy full SHA for 6009b51
.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@v4
+ uses: actions/checkout@v5
23
- name: Set up Java 17
24
uses: actions/setup-java@v4
25
with:
.github/workflows/deploy.yml
0 commit comments