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 4bd6035 commit 8399ef8Copy full SHA for 8399ef8
.github/workflows/check.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v3.0.2
+ uses: actions/checkout@v3.1.0
23
24
- name: Set up JDK
25
uses: actions/[email protected]
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
needs: create_staging_repository
26
27
28
29
30
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments