Skip to content

Commit 5c8e58c

Browse files
committed
Merge remote-tracking branch 'origin/16/edge' into dpe-8747-fix-temp-tablespace-management
Signed-off-by: Marcelo Henrique Neppel <[email protected]>
2 parents be8f00e + 5559a77 commit 5c8e58c

File tree

5 files changed

+32
-32
lines changed

5 files changed

+32
-32
lines changed

.github/workflows/approve_renovate_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ on:
1010
jobs:
1111
approve-pr:
1212
name: Approve Renovate pull request
13-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
13+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
1414
permissions:
1515
pull-requests: write # Needed to approve PR

.github/workflows/check_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ on:
1717
jobs:
1818
check-pr:
1919
name: Check pull request
20-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
20+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: "Build package"
4444
run: uv build
4545
- name: "Store the distribution packages"
46-
uses: actions/upload-artifact@v5
46+
uses: actions/upload-artifact@v6
4747
with:
4848
name: distfiles
4949
path: dist/
@@ -56,7 +56,7 @@ jobs:
5656
- name: "Checkout"
5757
uses: actions/checkout@v6
5858
- name: "Download all the dists"
59-
uses: actions/download-artifact@v6
59+
uses: actions/download-artifact@v7
6060
with:
6161
name: distfiles
6262
path: dist/
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: "Download all the dists"
78-
uses: actions/download-artifact@v6
78+
uses: actions/download-artifact@v7
7979
with:
8080
name: distfiles
8181
path: dist/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lib = [
3131
"psycopg2>=2.9.10",
3232
]
3333
format = [
34-
"ruff==0.14.8"
34+
"ruff==0.14.9"
3535
]
3636
lint = [
3737
"codespell==2.4.1",

uv.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)