Skip to content

Commit 7dae002

Browse files
authored
Merge pull request #209 from airflow-laminar/copier-update-2026-09-06T09-12-56Z
Update from Copier (2026-09-06T09-12-56Z)
2 parents 5d4b311 + a143dff commit 7dae002

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 2f83523
2+
_commit: 552b2de
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: python

.github/dependabot.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"
711
labels:
812
- "part: github_actions"
913

@@ -13,6 +17,10 @@ updates:
1317
interval: "monthly"
1418
cooldown:
1519
default-days: 7
20+
groups:
21+
python:
22+
patterns:
23+
- "*"
1624
labels:
1725
- "lang: python"
1826
- "part: dependencies"

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: false
5050

5151
- name: Setup Python
52-
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
52+
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
5353
with:
5454
version: ${{ matrix.python-version }}
5555

@@ -114,12 +114,12 @@ jobs:
114114
if: ${{ matrix.airflow == '2' && matrix.laminar == 'laminar' }}
115115

116116
- name: Test wheel
117-
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
117+
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
118118
with:
119119
module: airflow_pydantic
120120

121121
- name: Test source distribution
122-
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
122+
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
123123
with:
124124
module: airflow_pydantic
125125

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Setup Python
25-
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
25+
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
2626

2727
- name: Download distributions
2828
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

0 commit comments

Comments
 (0)