From e8590c77e7d3e8645d725bd095ada2270f01029f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 07:16:34 +0000 Subject: [PATCH] chore(workflows): update actions/checkout digest to 83b7061 --- .github/workflows/build.yml | 4 ++-- .github/workflows/clean-cache.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/fossa.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 915eeff92..cc6224e4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: node-version: [14.x, 16.x, 18.x] steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 with: @@ -70,7 +70,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3 - name: Install dependencies uses: bahmutov/npm-install@1a235c31658a322a3b024444759650ee6345c26d # tag=v1 with: diff --git a/.github/workflows/clean-cache.yml b/.github/workflows/clean-cache.yml index a5379f9a2..f17867e05 100644 --- a/.github/workflows/clean-cache.yml +++ b/.github/workflows/clean-cache.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3 - name: Cleanup run: | diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 46c5b7225..4de0cd4ba 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,7 +25,7 @@ jobs: name: Docs runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3 - name: Install dependencies (Node.js) uses: bahmutov/npm-install@1a235c31658a322a3b024444759650ee6345c26d # tag=v1 with: diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index f2db9c3cf..6131f61a9 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -11,7 +11,7 @@ jobs: name: Run FOSSA Analysis runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3 with: ref: master - name: Install dependencies