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 26c22b6 + f64af55 commit 4f09eacCopy full SHA for 4f09eac
3 files changed
.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/git-hashes-action@v1.0.0
.github/workflows/gradle-test.yml
# Checkout code
# Setup java and maven
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v2
.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