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 2ce8fc0 commit 6eee158Copy full SHA for 6eee158
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
__version__\s*=\s*(?:['"])([[:PEP440:]])(?:['"])
38
39
- name: Set up Python ${{ matrix.python-version }}
40
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
41
if: steps.release.outputs.version == 0
42
with:
43
python-version: ${{ matrix.python-version }}
0 commit comments