There was an error while loading. Please reload this page.
1 parent 3760771 commit 0574e82Copy full SHA for 0574e82
2 files changed
.github/workflows/publish-packages.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
submodules: "recursive"
23
- name: Set up Python
24
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
+ uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
25
26
python-version: "3.14"
27
- name: Setup Python environment
.github/workflows/run-pytest.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
- name: Set up Python ${{ matrix.python }}
35
36
37
python-version: ${{ matrix.python }}
38
0 commit comments