From ae42661e40f6def673c2557c2bc2eef7a2cbe699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 04:44:17 +0000 Subject: [PATCH] =?UTF-8?q?=20chore(deps):=20=E2=AC=86=EF=B8=8F=20bump=20a?= =?UTF-8?q?ctions/checkout=20from=203=20to=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/enhance-deps-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enhance-deps-pr.yml b/.github/workflows/enhance-deps-pr.yml index 2838380..4357723 100644 --- a/.github/workflows/enhance-deps-pr.yml +++ b/.github/workflows/enhance-deps-pr.yml @@ -14,7 +14,7 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'dependencies') steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} fetch-depth: 0