From f4a2a4185e222c6052b9bab8d85a0cd99c3a702b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Oct 2023 10:04:13 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 --- .github/workflows/main_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index 497b3f1..3bad298 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3 with: @@ -32,7 +32,7 @@ jobs: needs: - unit steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3 with: node-version: 18