From 02d2a4eba39f359a1f371a9288a7ea6540c4f041 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:15:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .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 d646849..b2b07ca 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: ljharb/rebase@3f30d8c115145dcc562f01582f59fbeefe77c707 # @master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}