From d722fe0960195282cd54fd1dc4d9e09836d70f3d Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:24:37 -0500 Subject: [PATCH] Update deploy.yml to checkout@v4 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 21241be..0833fb7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout for Python Executable Deploy if: steps.prerun.outputs.result == 'pex-deploy' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} path: project-repo @@ -63,7 +63,7 @@ jobs: location: ${{ fromJSON(needs.dagster_cloud_default_deploy.outputs.build_info) }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - name: Build and deploy to Dagster Cloud serverless