From 95223ba8d1c0217759254623606041e31f70fc40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:43:36 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 507954f..23016fa 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Set up Python uses: actions/setup-python@v4 with: @@ -76,7 +76,7 @@ jobs: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 - name: Deploy to Vercel @@ -101,7 +101,7 @@ jobs: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Deploy to Vercel run: | vercel deploy --confirm --token $VERCEL_TOKEN --prod