From 84c7aedcd3d9591153b617d43839fd16cc1bf9e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:36:28 +0700 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#27) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/compile.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 33ff0cb..c0d02ce 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Set up JDK 13 uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3 with: @@ -25,4 +25,4 @@ jobs: run: ./gradlew jar - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 \ No newline at end of file + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 281e3d1..edd03cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Set up JDK 13 uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3 with: