Skip to content

Commit

Permalink
Merge branch 'current' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Mar 8, 2024
2 parents b393d92 + 9c426f6 commit 69f6b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/guides/custom-cicd-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ jobs:
DBT_JOB_BRANCH: ${{ github.ref_name }}

steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v4"
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v5"
with:
python-version: "3.9"
- name: Run dbt Cloud job
Expand Down

0 comments on commit 69f6b93

Please sign in to comment.