Skip to content

Commit 242a0e4

Browse files
committed
update wfs
1 parent c6c85f3 commit 242a0e4

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fi
4848
4949
- name: Checkout
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151

5252
- name: Set OpenAPI Generator Version
5353
run: |

.github/workflows/test-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ jobs:
3737
strategy:
3838
matrix:
3939
os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04]
40-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
40+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
4141
fail-fast: false
4242
env:
4343
PYTHON_VERSION: ${{ matrix.python-version }}
4444
OPERATING_SYSTEM: ${{ matrix.os }}
4545

4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

5050
- name: Set up Python
51-
uses: actions/setup-python@v5
51+
uses: actions/setup-python@v6
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

.github/workflows/test-smoke.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }}
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656

5757
- name: Set up Python
58-
uses: actions/setup-python@v5
58+
uses: actions/setup-python@v6
5959
with:
60-
python-version: '3.12'
60+
python-version: '3.14'
6161

6262
- name: Install Packages
6363
run: |
@@ -91,12 +91,12 @@ jobs:
9191
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_UP_APPLICATION_ID }}
9292
steps:
9393
- name: Checkout
94-
uses: actions/checkout@v5
94+
uses: actions/checkout@v6
9595

9696
- name: Set up Python
97-
uses: actions/setup-python@v5
97+
uses: actions/setup-python@v6
9898
with:
99-
python-version: '3.12'
99+
python-version: '3.14'
100100

101101
- name: Install Packages
102102
run: |

0 commit comments

Comments
 (0)