diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9422f0e1..4430cc78 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,12 +30,12 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout output branch # Run only when triggered from master if: env.DEPLOY == 'true' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: files fetch-depth: 0