File tree Expand file tree Collapse file tree 6 files changed +196
-174
lines changed Expand file tree Collapse file tree 6 files changed +196
-174
lines changed Original file line number Diff line number Diff line change 1212 using : " composite"
1313 steps :
1414 - name : Set up Python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.10"
1818
Original file line number Diff line number Diff line change 6868 prerelease : ${{ steps.get_prerelease.outputs.prerelease }}
6969
7070 - name : Configure Python
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : " 3.12"
7474
Original file line number Diff line number Diff line change 3737 fetch-tags : true
3838
3939 - name : Configure Python
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ${{ inputs.python-version }}
4343
Original file line number Diff line number Diff line change 2929 uses : actions/checkout@v5
3030
3131 - name : Set up Python ${{ matrix.python-version }}
32- uses : actions/setup-python@v4
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535
4343
4444 - name : Load cached venv
4545 id : cached-poetry-dependencies
46- uses : actions/cache@v3
46+ uses : actions/cache@v4
4747 with :
4848 path : ./.venv
4949 key : venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change @@ -17,4 +17,8 @@ ignore:
1717 - '*':
1818 reason: "Accepting jwcrypto’s LGPL-3.0 license for now"
1919 expires: "2030-12-31T23:59:59Z"
20+ "snyk:lic:pip:cffi:Unknown":
21+ - '*':
22+ reason: "Accepting the Unknown license for now"
23+ expires: "2030-12-31T23:59:59Z"
2024patch: {}
You can’t perform that action at this time.
0 commit comments