Merge pull request #3946 from Flow-Launcher/dependabot/github_actions/actions/setup-python-6

Bump actions/setup-python from 5 to 6
This commit is contained in:
Jack Ye 2025-09-05 19:35:10 +08:00 committed by GitHub
commit 9b0498974c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.x"