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.
2 parents fe175e0 + 70e4cb8 commit e93e3f9Copy full SHA for e93e3f9
2 files changed
.github/workflows/build-pr.yml
@@ -13,7 +13,7 @@ jobs:
13
os: [ubuntu-latest, windows-latest, macos-latest]
14
steps:
15
- name: Checkout repository
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
17
- name: Setup Java
18
uses: actions/setup-java@v5
19
with:
.github/workflows/main-build.yml
@@ -22,7 +22,7 @@ jobs:
22
id-token: write # to enable use of OIDC for npm provenance
23
24
- name: Checkout
25
26
27
fetch-depth: 0
28
- name: Setup Node.js
0 commit comments