From b25ac219fda7495b9572dd3612004c53521fb408 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:00:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 692973e --- .github/workflows/master.yaml | 2 +- .github/workflows/pull_request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index c86b885c..4c28c6ca 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -10,7 +10,7 @@ jobs: name: Lint & Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install dependencies run: npm ci - name: Build diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index f0e648e8..e4d61fed 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -7,7 +7,7 @@ jobs: name: Lint & Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install dependencies run: npm ci - name: Build