Skip to content

Commit

Permalink
chore(deps): update dbt to 1.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
portovep committed Apr 11, 2024
1 parent a0adbba commit f064e37
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 343 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
container:
image: ghcr.io/dbt-labs/dbt-postgres:1.7.7
image: ghcr.io/dbt-labs/dbt-postgres:1.7.11
env:
POSTGRES_HOST: ${{ vars.POSTGRES_HOST }}
POSTGRES_USER: ${{ vars.POSTGRES_USER }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
environment: ${{ inputs.environment-name }}
container:
image: ghcr.io/dbt-labs/dbt-postgres:1.7.7
image: ghcr.io/dbt-labs/dbt-postgres:1.7.11
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
environment: ${{ inputs.environment-name }}
container:
image: ghcr.io/dbt-labs/dbt-postgres:1.7.7
image: ghcr.io/dbt-labs/dbt-postgres:1.7.11
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
environment: ${{ inputs.environment-name }}
container:
image: ghcr.io/dbt-labs/dbt-postgres:1.7.7
image: ghcr.io/dbt-labs/dbt-postgres:1.7.11
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
environment: ${{ inputs.environment-name }}
container:
image: ghcr.io/dbt-labs/dbt-postgres:1.7.7
image: ghcr.io/dbt-labs/dbt-postgres:1.7.11
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit f064e37

Please sign in to comment.