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 4600793 commit 6529e01Copy full SHA for 6529e01
.github/workflows/beta.yml
@@ -18,7 +18,7 @@ jobs:
18
- 27017:27017
19
steps:
20
- uses: actions/checkout@v3
21
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
22
with:
23
distribution: 'temurin'
24
java-version: '11'
.github/workflows/pr.yml
@@ -8,7 +8,7 @@ jobs:
8
uses: actions/checkout@v3
9
10
ref: ${{ github.event.pull_request.head.sha }}
11
12
13
14
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
fetch-depth: 0
31
32
33
34
0 commit comments