We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bb6a8 commit 314e05dCopy full SHA for 314e05d
.github/workflows/publish-package.yml
@@ -30,7 +30,7 @@ jobs:
30
id-token: write # IMPORTANT: mandatory for trusted publishing.
31
32
steps:
33
- - uses: actions/checkout@v3.5.3
+ - uses: actions/checkout@v3.6.0
34
- name: Set up Python
35
uses: actions/setup-python@v4.7.0
36
with:
.github/workflows/run-tests.yml
@@ -34,7 +34,7 @@ jobs:
- platform: windows-latest
python-version: 3.13
37
38
- name: Set up Python ${{ matrix.python-version }}
39
40
0 commit comments