We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1b460 commit 801f344Copy full SHA for 801f344
.github/workflows/tests-and-lint.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set up Python ${{ matrix.python-version }}
20
- uses: actions/setup-python@v2
+ uses: LizardByte/setup-python-action@v2024.919.163656
21
with:
22
python-version: ${{ matrix.python-version }}
23
- name: Install Dependencies
0 commit comments