From af17fb34456302e9e6abb82f9db7c3dad2a20f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 07:41:06 +0000 Subject: [PATCH] Build(deps): Bump actions/checkout from 2.4.0 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.1.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.4.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index c92532d..20bc6e3 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout 🛎 - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.1.0 with: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0