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 8a26b2c commit 68a4892Copy full SHA for 68a4892
.github/workflows/actions.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Build on Linux & Deploy
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
- uses: actions/setup-java@v5
17
with:
18
distribution: 'temurin'
@@ -64,7 +64,7 @@ jobs:
64
name: Test on Windows
65
runs-on: windows-latest
66
67
68
69
70
0 commit comments