@@ -28,12 +28,12 @@ jobs:
2828 steps :
2929 - name : Prerun Checks
3030 id : prerun
31- uses : dagster-io/dagster-cloud-action/actions/utils/prerun@v0.1
31+ uses : dagster-io/dagster-cloud-action/actions/utils/prerun@v1.12.12
3232
3333 - name : Launch Docker Deploy
3434 if : steps.prerun.outputs.result == 'docker-deploy'
3535 id : parse-workspace
36- uses : dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v0.1
36+ uses : dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v1.12.12
3737 with :
3838 dagster_cloud_file : $DAGSTER_CLOUD_FILE
3939
@@ -47,14 +47,14 @@ jobs:
4747 - name : Validate configuration
4848 id : ci-validate
4949 if : steps.prerun.outputs.result == 'pex-deploy'
50- uses : dagster-io/dagster-cloud-action/actions/utils/dagster-cloud-cli@v0.1
50+ uses : dagster-io/dagster-cloud-action/actions/utils/dagster-cloud-cli@v1.12.12
5151 with :
5252 command : " ci check --project-dir project-repo --dagster-cloud-yaml-path ${{ env.DAGSTER_CLOUD_FILE }}"
5353
5454 - name : Initialize build session
5555 id : ci-init
5656 if : steps.prerun.outputs.result == 'pex-deploy'
57- uses : dagster-io/dagster-cloud-action/actions/utils/ci-init@v0.1
57+ uses : dagster-io/dagster-cloud-action/actions/utils/ci-init@v1.12.12
5858 with :
5959 project_dir : project-repo
6060 dagster_cloud_yaml_path : ${{ env.DAGSTER_CLOUD_FILE }}
7474
7575 - name : Python Executable Deploy
7676 if : steps.prerun.outputs.result == 'pex-deploy'
77- uses : dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v0.1
77+ uses : dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v1.12.12
7878 with :
7979 dagster_cloud_file : " $GITHUB_WORKSPACE/project-repo/$DAGSTER_CLOUD_FILE"
8080 build_output_dir : " $GITHUB_WORKSPACE/build"
9797 with :
9898 ref : ${{ github.head_ref }}
9999 - name : Build and deploy to Dagster Cloud serverless
100- uses : dagster-io/dagster-cloud-action/actions/serverless_prod_deploy@v0.1
100+ uses : dagster-io/dagster-cloud-action/actions/serverless_prod_deploy@v1.12.12
101101 with :
102102 dagster_cloud_api_token : ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
103103 location : ${{ toJson(matrix.location) }}
0 commit comments