Skip to content

Commit

Permalink
Merge branch 'main' into tap-geekbot
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohnhanson authored Jan 2, 2025
2 parents 76ca849 + 15fbbb3 commit 6ed46d7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-yaml-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
files: |
_data/**/*.yml
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.30"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/metadata-extract-airbyte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- uses: actions/checkout@v4.2.2
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.30"

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: extractor--${{ matrix.source-name }}--airbyte.json
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.30"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/metadata-extract-extractors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- uses: actions/checkout@v4.2.2
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.30"

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
aws-region: us-west-2
role-session-name: "GitHubActions"

- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.30"

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
aws-region: us-west-2
role-session-name: "GitHubActions"

- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.30"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/metadata-extract-loaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- uses: actions/checkout@v4.2.2
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.30"

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
aws-region: us-west-2
role-session-name: "GitHubActions"

- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.30"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metadata-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
aws-region: us-west-2
role-session-name: "GitHubActions"

- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.30"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-plugin-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
cache: 'pip'

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.30"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_meltano_add_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: 3.9

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.30"

Expand Down

0 comments on commit 6ed46d7

Please sign in to comment.