From 21c0be41e140242653cd74e33186263421401672 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 22:10:59 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 7dd9e2a --- .github/workflows/compile.yml | 2 +- .github/workflows/deploy-preview-vercel.yml | 2 +- .github/workflows/deploy-vercel.yml | 2 +- .github/workflows/eslint.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 8eed970..662cae0 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -18,7 +18,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + - uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 with: diff --git a/.github/workflows/deploy-preview-vercel.yml b/.github/workflows/deploy-preview-vercel.yml index e72f0c6..f296778 100644 --- a/.github/workflows/deploy-preview-vercel.yml +++ b/.github/workflows/deploy-preview-vercel.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3 env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} - name: "Deploy to Vercel" diff --git a/.github/workflows/deploy-vercel.yml b/.github/workflows/deploy-vercel.yml index 9aef162..59be4e8 100644 --- a/.github/workflows/deploy-vercel.yml +++ b/.github/workflows/deploy-vercel.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3 env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} - name: "Deploy to Vercel" diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 5936c68..9a4313c 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -18,7 +18,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + - uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 with: