From 09415448749adbb7a90cb3a3f3bc632698ed9adc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 16:46:59 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/manual-release.yml | 2 +- .github/workflows/pre-commit-check.yaml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/snapshots.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 65b5a9a8..38136c15 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache Gradle packages uses: actions/cache@v3 with: diff --git a/.github/workflows/pre-commit-check.yaml b/.github/workflows/pre-commit-check.yaml index 478fb9f6..88d188ae 100644 --- a/.github/workflows/pre-commit-check.yaml +++ b/.github/workflows/pre-commit-check.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9c72519a..bdedf0d2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest if: ${{ needs.release-please.outputs.release_created }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache Gradle packages uses: actions/cache@v3 with: diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index 627dc49c..e23a8b1c 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest # https://github.com/google-github-actions/release-please-action in case more config is needed steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # these if statements ensure that a publication only occurs when # a new release is created: - name: Cache Gradle packages