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 c8fec73 commit c7f88adCopy full SHA for c7f88ad
.github/workflows/beta.yml
@@ -18,7 +18,7 @@ jobs:
18
- 27017:27017
19
steps:
20
- uses: actions/checkout@v3
21
- - uses: actions/setup-java@v2
+ - uses: actions/setup-java@v3
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
@@ -27,7 +27,7 @@ jobs:
27
28
29
fetch-depth: 0
30
31
32
33
0 commit comments