Skip to content

Commit 4d4bb61

Browse files
authored
Merge pull request #832 from vim-jp/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2 parents b389412 + 5fb440a commit 4d4bb61

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)