From 01e73ec3138b36313562d444d8555efcc1101a75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:10:21 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/gradle.yml | 2 +- .github/workflows/jitpack_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 5ca373e9..ca59d5a9 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -15,7 +15,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: distribution: 'temurin' diff --git a/.github/workflows/jitpack_build.yml b/.github/workflows/jitpack_build.yml index 4edaced4..90a2b973 100644 --- a/.github/workflows/jitpack_build.yml +++ b/.github/workflows/jitpack_build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Trigger Build in JitPack run: | echo "Triggering JitPack build"