Kaynağa Gözat

ci(deps): bump actions/checkout from 4 to 5

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/10/head
dependabot[bot] 3 ay önce
committed by GitHub
ebeveyn
işleme
e8c625fe0e
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

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

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


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

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

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


Yükleniyor…
İptal
Kaydet