Skip to content

Commit

Permalink
Update deploy.yml to checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong authored Nov 22, 2024
1 parent 55a3d68 commit d722fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d722fe0

Please sign in to comment.