From e76db94136c6e7e0374caf1ccb5a20b1386b0c9a Mon Sep 17 00:00:00 2001 From: Speiger Date: Thu, 15 Jun 2023 18:31:22 +0200 Subject: [PATCH] Upgrading Other dependencies! --- .github/workflows/build_action.yml | 4 ++-- .github/workflows/build_tests_action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_action.yml b/.github/workflows/build_action.yml index 479881a..60c45fa 100644 --- a/.github/workflows/build_action.yml +++ b/.github/workflows/build_action.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up JDK ${{ matrix.jdk }} uses: actions/setup-java@v3 @@ -24,7 +24,7 @@ jobs: java-version: ${{ matrix.jdk }} - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b + uses: gradle/wrapper-validation-action@v1 - name: Make gradlew executable run: chmod +x ./gradlew diff --git a/.github/workflows/build_tests_action.yml b/.github/workflows/build_tests_action.yml index 0c3e7cf..ee2fc16 100644 --- a/.github/workflows/build_tests_action.yml +++ b/.github/workflows/build_tests_action.yml @@ -9,7 +9,7 @@ jobs: name: Unit Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0