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 b7781e5 commit d8e3bf8Copy full SHA for d8e3bf8
.github/workflows/beta.yml
@@ -15,7 +15,7 @@ jobs:
15
ports:
16
- 27017:27017
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
- uses: actions/setup-java@v2
20
with:
21
distribution: 'temurin'
.github/workflows/pr.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
7
- name: Checkout source code
8
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
9
10
ref: ${{ github.event.pull_request.head.sha }}
11
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
fetch-depth: 0
30
0 commit comments