From 487172c8ad28f6a1e31b4df548ddcba7328c3a9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:20:02 +0000 Subject: [PATCH] build(deps): Update actions/checkout digest to 692973e --- .github/workflows/ci.yml | 4 ++-- .github/workflows/doc-generator.yml | 4 ++-- .github/workflows/prepare-cache.yml | 2 +- .github/workflows/release-and-publish.yml | 4 ++-- .github/workflows/test.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12dca2a70f..520be7fbd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: needs: prepare-npm-cache-ubuntu steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: lts/* @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest needs: prepare-npm-cache-ubuntu steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: lts/* diff --git a/.github/workflows/doc-generator.yml b/.github/workflows/doc-generator.yml index ad8e8c4772..5bc4f52abd 100644 --- a/.github/workflows/doc-generator.yml +++ b/.github/workflows/doc-generator.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. with: persist-credentials: false @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. with: persist-credentials: false diff --git a/.github/workflows/prepare-cache.yml b/.github/workflows/prepare-cache.yml index 00b65fa59e..2c18327a22 100644 --- a/.github/workflows/prepare-cache.yml +++ b/.github/workflows/prepare-cache.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: lts/* diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index f05089d09a..4d04259d7a 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -50,7 +50,7 @@ jobs: # it - name: Checkout code # https://github.com/marketplace/actions/checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 # Runs a single command using the runners shell - name: Create release for tag @@ -71,7 +71,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 # https://github.com/marketplace/actions/setup-node-js-environment - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 986d5467e1..61d17dfcf0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: