We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9517cc + 76e8e10 commit 6651febCopy full SHA for 6651feb
3 files changed
.github/workflows/Android-CI.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v2.3.5
+ - uses: actions/checkout@v2.4.0
18
- name: set up JDK 11
19
uses: actions/setup-java@v2
20
with:
.github/workflows/Android-release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Checkout
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
fetch-depth: 0
- name: Install JDK ${{ matrix.java_version }}
.github/workflows/gradle-wrapper-validation.yml
@@ -12,5 +12,5 @@ jobs:
name: "Validation"
- uses: gradle/wrapper-validation-action@v1.0.4
0 commit comments