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 b389412 + 5fb440a commit 4d4bb61Copy full SHA for 4d4bb61
.github/workflows/buildtest.yml
@@ -50,7 +50,7 @@ jobs:
50
brew upgrade
51
brew install lua
52
- name: Setup Python
53
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
54
with:
55
python-version-file: '.python-version'
56
- name: Setup venv
@@ -189,7 +189,7 @@ jobs:
189
[System.IO.Compression.ZipFile]::ExtractToDirectory($zip, $lua)
190
Write-Output "$($lua)" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
191
192
193
194
195
0 commit comments