diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5520e32..26e2f4e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: superfly/flyctl-actions/setup-flyctl@master - run: flyctl deploy --remote-only --depot=false --deploy-retries=5 env: diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 090768a..39bbfd6 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -32,8 +32,9 @@ jobs: name: ${{ needs.get-number.outputs.app-name }} url: ${{ steps.deploy.outputs.url }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: + allow-unsafe-pr-checkout: true repository: ${{ github.event.workflow_run.head_repository.full_name }} ref: ${{ github.event.workflow_run.head_branch }}