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 8bb5974 commit d843506Copy full SHA for d843506
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v5
14
- - uses: actions/setup-python@v5 # https://www.python.org/
+ - uses: actions/setup-python@v6 # https://www.python.org/
15
with:
16
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
17
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
0 commit comments