diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 232acefe..8c7ccdb0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,12 +30,12 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Checkout output branch # Run only when triggered from master if: env.DEPLOY == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: files path: ${{env.OUTPUT_PATH}}