Browse Source

ci(deps): bump actions/checkout from 5 to 6 (#16)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 1 week ago
committed by GitHub
parent
commit
492a07dfe0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/black.yml
  2. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/black.yml View File

@@ -12,7 +12,7 @@ jobs:

name: Code Style
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.x'


+ 1
- 1
.github/workflows/release.yml View File

@@ -9,7 +9,7 @@ jobs:
name: Build and Release to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v6


Loading…
Cancel
Save