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.
2 parents dc15ee7 + d797954 commit 0e3f379Copy full SHA for 0e3f379
.github/workflows/gradle-build.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
# Checkout the Code
18
- name: Checkout Code
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
20
# Set up git hashes environment variables
21
- name: Git Hashes
22
uses: Im-Fran/[email protected]
.github/workflows/gradle-test.yml
# Checkout code
# Setup java and maven
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
.github/workflows/gradle-wrapper-validation.yml
@@ -6,5 +6,5 @@ jobs:
6
name: "Validation"
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
10
- uses: gradle/wrapper-validation-action@v1
0 commit comments