From 1a1fd7818a7c61d58b8b35fff8c3073744aeabda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:06:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 692973e --- .github/workflows/checks.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b5d7c4e..f0f60c3 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,7 +9,7 @@ jobs: name: editorconfig steps: - name: Checkout the repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Check editorconfig uses: editorconfig-checker/action-editorconfig-checker@main package-json: @@ -17,7 +17,7 @@ jobs: name: package.json steps: - name: Checkout the repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install pnpm uses: pnpm/action-setup@v2 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1f62690..9daba00 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: name: Node.js ${{ matrix.node-version }} / unit steps: - name: Checkout the repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install pnpm uses: pnpm/action-setup@v2 with: