From de2a50da2235247095822dc482cc7cbee1bde791 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 17:20:13 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to c85c95e --- .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..d28abb0 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 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..afea9b9 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 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..79b0d26 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 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..86c1180 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 with: