From dcd1dd54c4205b73254bcde2a6c9c9ea5b03033e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:23:38 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to a5ac7e5 --- .github/workflows/node.js-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js-lint.yml b/.github/workflows/node.js-lint.yml index e362321..bbbc471 100644 --- a/.github/workflows/node.js-lint.yml +++ b/.github/workflows/node.js-lint.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4