From 92b0b2edd189e7abc9467a908af75757cfacb3e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 00:01:55 +0000 Subject: [PATCH] fix(deps): bump actions/checkout from 2.3.4 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.2.0. - [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/v2.3.4...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/shipjs-trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shipjs-trigger.yml b/.github/workflows/shipjs-trigger.yml index d839a4ca..dee8e804 100644 --- a/.github/workflows/shipjs-trigger.yml +++ b/.github/workflows/shipjs-trigger.yml @@ -10,7 +10,7 @@ jobs: if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'releases/v') steps: - name: Checkout 🛎️ - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 ref: main