Kaynağa Gözat

ci(deps): bump actions/setup-python from 5 to 6 (#13)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/14/head
dependabot[bot] 2 ay önce
committed by GitHub
ebeveyn
işleme
165f6e27d9
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +1
    -1
      .github/workflows/black.yml
  2. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/black.yml Dosyayı Görüntüle

@@ -13,7 +13,7 @@ jobs:
name: Code Style
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- uses: psf/black@stable

+ 1
- 1
.github/workflows/release.yml Dosyayı Görüntüle

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v5

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.x'



Yükleniyor…
İptal
Kaydet