From 799276040896d420552a79457359575f37039a09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 09:14:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/deploy.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/workflow.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index afe1cb6cd..bf7f6ed0e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: - name: Cancel Workflow uses: styfle/cancel-workflow-action@0.11.0 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Deploy to Vercel uses: BetaHuhn/deploy-to-vercel-action@v1.9.12 with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05c3f51a6..edd2b9f7e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Checkout if: github.event.action == 'update_resume' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fetch New Resume and Push Branch if: github.event.action == 'update_resume' uses: ./commit-resume diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 29b78a76c..9fa46bda0 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -6,7 +6,7 @@ jobs: steps: - name: Cancel Workflow Action uses: styfle/cancel-workflow-action@0.11.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache node modules uses: actions/cache@v3 env: