Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - https://github.com/actions/checkout/releases

- name: setup/python3
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 - https://github.com/actions/setup-python/releases
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v6.1.0 - https://github.com/actions/setup-python/releases
Comment on lines 25 to +26
with:
python-version: "3.14"
cache: "pipenv"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - https://github.com/actions/checkout/releases

- name: setup/python3
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 - https://github.com/actions/setup-python/releases
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v6.1.0 - https://github.com/actions/setup-python/releases
Comment on lines 92 to +93
with:
python-version: "3.14"
cache: "pipenv"
Expand Down
Loading