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 8dc0ab3 commit 2590164Copy full SHA for 2590164
.github/workflows/build-pr.yml
@@ -10,7 +10,7 @@ jobs:
10
os: [ubuntu-latest, windows-latest, macos-latest]
11
steps:
12
- name: Checkout Repository
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
- name: Setup Gradle
15
uses: gradle/actions/setup-gradle@v5
16
- name: Setup Java
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
id-token: write # to enable use of OIDC for npm provenance
23
24
- name: Checkout
25
26
with:
27
fetch-depth: 0
28
- name: Setup Node.js
0 commit comments