We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116b8b6 commit 1d1883bCopy full SHA for 1d1883b
.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ jobs:
7
deploy:
8
runs-on: macos-latest
9
steps:
10
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
11
12
- name: Set up Python
13
uses: actions/setup-python@v5
.github/workflows/python-package.yml
@@ -17,7 +17,7 @@ jobs:
17
- "3.13"
18
- "3.14"
19
20
21
22
- name: Set up Python ${{ matrix.python }}
23
0 commit comments