We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6287506 + 871bf9d commit ef884edCopy full SHA for ef884ed
2 files changed
.github/workflows/publish-package.yml
@@ -30,7 +30,7 @@ jobs:
30
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
31
32
steps:
33
- - uses: actions/checkout@v5.0.0
+ - uses: actions/checkout@v6.0.1
34
- name: Set up Python
35
uses: actions/setup-python@v6.1.0
36
with:
.github/workflows/run-tests.yml
- platform: windows-latest
python-version: 3.13
- name: Set up Python ${{ matrix.python-version }}
0 commit comments