Skip to content

Commit fb3f887

Browse files
DEV: Update workflow dependencies (#38)
1 parent 9bf283e commit fb3f887

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.11"]
15+
python-version: ["3.14"]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies

.github/workflows/ci.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# pip-compile .github/workflows/ci.in
66
#
7-
annotated-types==0.6.0
7+
annotated-types==0.7.0
88
# via pydantic
9-
pydantic==2.5.0
9+
pydantic==2.13.4
1010
# via -r .github/workflows/ci.in
11-
pydantic-core==2.14.1
11+
pydantic-core==2.46.4
1212
# via pydantic
1313
pypdf==3.17.0
1414
# via -r .github/workflows/ci.in
15-
typing-extensions==4.8.0
15+
typing-extensions==4.15.0
1616
# via
1717
# pydantic
1818
# pydantic-core

.github/workflows/file-size-check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.11"]
15+
python-version: ["3.14"]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Get changed files
2424
id: changed-files
25-
uses: tj-actions/changed-files@v46
25+
uses: tj-actions/changed-files@v47.0.6
2626
- name: List all changed files
2727
run: |
2828
# MAXSIZE is 10 MB

0 commit comments

Comments
 (0)