From a01db5efcab31cdf652edce1503faec57de5fe46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:39:14 +0000 Subject: [PATCH] chore(deps): Update actions/checkout action to v4 --- .github/workflows/test-build.yml | 2 +- .github/workflows/validate-renovate-config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 51d5f09a2..d6e67a593 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -29,7 +29,7 @@ jobs: steps: # Setup - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # checkout full history for site generation submodules: recursive diff --git a/.github/workflows/validate-renovate-config.yml b/.github/workflows/validate-renovate-config.yml index ded8b7e97..f8b58bd1a 100644 --- a/.github/workflows/validate-renovate-config.yml +++ b/.github/workflows/validate-renovate-config.yml @@ -14,7 +14,7 @@ jobs: if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3 with: config_file_path: renovate.json