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.
2 parents 869e227 + fccc2a0 commit 0972180Copy full SHA for 0972180
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
14
uses: actions/checkout@v5
15
- - uses: actions/setup-python@v5 # https://www.python.org/
+ - uses: actions/setup-python@v6 # https://www.python.org/
16
with:
17
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
18
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
0 commit comments