From 5b478aae33e36b0ed9b05c317d80700104a7a435 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 21:20:53 +0200 Subject: [PATCH] Update actions/checkout action to v4.1.0 {patch} (#183) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gradle-ci.yml | 2 +- .github/workflows/gradle.yml | 2 +- .github/workflows/release-trigger.yml | 2 +- .github/workflows/update-dependency-checksums.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gradle-ci.yml b/.github/workflows/gradle-ci.yml index d4adb02..02ffdd9 100644 --- a/.github/workflows/gradle-ci.yml +++ b/.github/workflows/gradle-ci.yml @@ -41,7 +41,7 @@ jobs: steps: # Set up build environment - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: fetch-depth: 0 - name: 'Set up JDK 11' diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 5205ab6..0b4443a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: # Set up build environment - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: fetch-depth: 0 - name: Set up JDK 11 diff --git a/.github/workflows/release-trigger.yml b/.github/workflows/release-trigger.yml index 8049803..b9957bd 100644 --- a/.github/workflows/release-trigger.yml +++ b/.github/workflows/release-trigger.yml @@ -18,7 +18,7 @@ jobs: name: Release trigger action runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: fetch-depth: 0 token: ${{ secrets.PUBLISH_KEY }} diff --git a/.github/workflows/update-dependency-checksums.yml b/.github/workflows/update-dependency-checksums.yml index acda5ed..023a28e 100644 --- a/.github/workflows/update-dependency-checksums.yml +++ b/.github/workflows/update-dependency-checksums.yml @@ -12,7 +12,7 @@ jobs: name: Dependency checksum pin action runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: fetch-depth: 0 token: ${{ secrets.PUBLISH_KEY }}