From f74fd28659027cff8c3fc22a16187078283738ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:42:57 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20bump=20acti?= =?UTF-8?q?ons/checkout=20action=20to=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57c89d8..26fcc9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }}