Bump actions to V4 (#6504)

This commit is contained in:
Kowlin
2025-01-07 21:41:17 +01:00
committed by GitHub
parent ba44370020
commit 22888f8014
8 changed files with 25 additions and 26 deletions

View File

@@ -14,7 +14,7 @@ jobs:
name: Lint Python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ env.ref }}
- uses: actions/setup-python@v4