Skip to content

Commit 5fb440a

Browse files
dependabot[bot]tsuyoshicho
authored andcommitted
chore(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42f4dc8 commit 5fb440a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
brew upgrade
5151
brew install lua
5252
- name: Setup Python
53-
uses: actions/setup-python@v5
53+
uses: actions/setup-python@v6
5454
with:
5555
python-version-file: '.python-version'
5656
- name: Setup venv
@@ -189,7 +189,7 @@ jobs:
189189
[System.IO.Compression.ZipFile]::ExtractToDirectory($zip, $lua)
190190
Write-Output "$($lua)" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
191191
- name: Setup Python
192-
uses: actions/setup-python@v5
192+
uses: actions/setup-python@v6
193193
with:
194194
python-version-file: '.python-version'
195195
- name: Setup venv

0 commit comments

Comments
 (0)