Skip to content

Commit 3627651

Browse files
committed
Bumps dagster-cloud-action serverless version to v1.11.12
1 parent 8b74fbc commit 3627651

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

github/serverless/branch_deployments.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
steps:
2525
- name: Prerun Checks
2626
id: prerun
27-
uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v0.1
27+
uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v1.11.12
2828

2929
- name: Launch Docker Deploy
3030
if: steps.prerun.outputs.result == 'docker-deploy'
3131
id: parse-workspace
32-
uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v0.1
32+
uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v1.11.12
3333
with:
3434
dagster_cloud_file: $DAGSTER_CLOUD_FILE
3535

@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Python Executable Deploy
4444
if: steps.prerun.outputs.result == 'pex-deploy'
45-
uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v0.1
45+
uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v1.11.12
4646
with:
4747
dagster_cloud_file: "$GITHUB_WORKSPACE/project-repo/$DAGSTER_CLOUD_FILE"
4848
build_output_dir: "$GITHUB_WORKSPACE/build"
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
ref: ${{ github.head_ref }}
6767
- name: Build and deploy to Dagster Cloud serverless
68-
uses: dagster-io/dagster-cloud-action/actions/serverless_branch_deploy@v0.1
68+
uses: dagster-io/dagster-cloud-action/actions/serverless_branch_deploy@v1.11.12
6969
with:
7070
dagster_cloud_api_token: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
7171
location: ${{ toJson(matrix.location) }}

github/serverless/dbt/branch_deployments.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
steps:
2727
- name: Prerun Checks
2828
id: prerun
29-
uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v0.1
29+
uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v1.11.12
3030

3131
- name: Launch Docker Deploy
3232
if: steps.prerun.outputs.result == 'docker-deploy'
3333
id: parse-workspace
34-
uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v0.1
34+
uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v1.11.12
3535
with:
3636
dagster_cloud_file: $DAGSTER_CLOUD_FILE
3737

@@ -45,7 +45,7 @@ jobs:
4545
- name: Validate configuration
4646
id: ci-validate
4747
if: steps.prerun.outputs.result == 'pex-deploy'
48-
uses: dagster-io/dagster-cloud-action/actions/utils/dagster-cloud-cli@v0.1
48+
uses: dagster-io/dagster-cloud-action/actions/utils/dagster-cloud-cli@v1.11.12
4949
with:
5050
command: "ci check --project-dir project-repo --dagster-cloud-yaml-path ${{ env.DAGSTER_CLOUD_FILE }}"
5151
env:
@@ -55,7 +55,7 @@ jobs:
5555
- name: Initialize build session
5656
id: ci-init
5757
if: steps.prerun.outputs.result == 'pex-deploy'
58-
uses: dagster-io/dagster-cloud-action/actions/utils/ci-init@v0.1
58+
uses: dagster-io/dagster-cloud-action/actions/utils/ci-init@v1.11.12
5959
with:
6060
project_dir: project-repo
6161
dagster_cloud_yaml_path: ${{ env.DAGSTER_CLOUD_FILE }}
@@ -74,7 +74,7 @@ jobs:
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.11.12
7878
with:
7979
dagster_cloud_file: "$GITHUB_WORKSPACE/project-repo/$DAGSTER_CLOUD_FILE"
8080
build_output_dir: "$GITHUB_WORKSPACE/build"
@@ -97,7 +97,7 @@ jobs:
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_branch_deploy@v0.1
100+
uses: dagster-io/dagster-cloud-action/actions/serverless_branch_deploy@v1.11.12
101101
with:
102102
dagster_cloud_api_token: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
103103
location: ${{ toJson(matrix.location) }}

github/serverless/dbt/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.11.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.11.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.11.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.11.12
5858
with:
5959
project_dir: project-repo
6060
dagster_cloud_yaml_path: ${{ env.DAGSTER_CLOUD_FILE }}
@@ -74,7 +74,7 @@ jobs:
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.11.12
7878
with:
7979
dagster_cloud_file: "$GITHUB_WORKSPACE/project-repo/$DAGSTER_CLOUD_FILE"
8080
build_output_dir: "$GITHUB_WORKSPACE/build"
@@ -97,7 +97,7 @@ jobs:
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.11.12
101101
with:
102102
dagster_cloud_api_token: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
103103
location: ${{ toJson(matrix.location) }}

github/serverless/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
steps:
2727
- name: Prerun Checks
2828
id: prerun
29-
uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v0.1
29+
uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v1.11.12
3030

3131
- name: Launch Docker Deploy
3232
if: steps.prerun.outputs.result == 'docker-deploy'
3333
id: parse-workspace
34-
uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v0.1
34+
uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v1.11.12
3535
with:
3636
dagster_cloud_file: $DAGSTER_CLOUD_FILE
3737

@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Python Executable Deploy
4646
if: steps.prerun.outputs.result == 'pex-deploy'
47-
uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v0.1
47+
uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v1.11.12
4848
with:
4949
dagster_cloud_file: "$GITHUB_WORKSPACE/project-repo/$DAGSTER_CLOUD_FILE"
5050
build_output_dir: "$GITHUB_WORKSPACE/build"
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
ref: ${{ github.head_ref }}
6969
- name: Build and deploy to Dagster Cloud serverless
70-
uses: dagster-io/dagster-cloud-action/actions/serverless_prod_deploy@v0.1
70+
uses: dagster-io/dagster-cloud-action/actions/serverless_prod_deploy@v1.11.12
7171
with:
7272
dagster_cloud_api_token: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
7373
location: ${{ toJson(matrix.location) }}

0 commit comments

Comments
 (0)