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 b32838c commit fa6a603Copy full SHA for fa6a603
2 files changed
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
if: github.event.repository.fork == false
13
steps:
14
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
15
- uses: actions/setup-python@v6
16
with:
17
python-version: 3.x
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
- "3.13"
22
23
24
25
- name: Set up Python ${{ matrix.python-version }}
26
uses: actions/setup-python@v6
27
0 commit comments