From 5bc9d33e729b9669ec58b138c72f4d428cf95fa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 02:52:32 -0700 Subject: [PATCH] chore(deps): update actions/checkout digest to a5ac7e5 (#88) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 90f38ef..e9ad156 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - uses: ljharb/rebase@3f30d8c115145dcc562f01582f59fbeefe77c707 # @master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}