File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1313pypdf==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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments