Browse Source

ci(deps): bump actions/checkout from 6 to 7 (#23)

Signed-off-by: dependabot[bot] <support@github.com>
main
dependabot[bot] 1 day ago
committed by GitHub
parent
commit
105e8b8fd8
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 name: Code Style
steps: steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-python@v6 - uses: actions/setup-python@v6
with: with:
python-version: '3.x' python-version: '3.x'


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

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


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


Loading…
Cancel
Save