Merge pull request #4 from onyx-and-iris/dependabot/github_actions/actions/checkout-6

Bump actions/checkout from 4 to 6
This commit is contained in:
Onyx and Iris 2026-02-09 00:56:36 +00:00 committed by GitHub
commit 383df9d4e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v4

View File

@ -13,7 +13,7 @@ jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: 'format --check --diff'