Procházet zdrojové kódy

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

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/439/head
dependabot[bot] před 1 týdnem
committed by GitHub
rodič
revize
a07130b86e
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
5 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. +1
    -1
      .github/workflows/black.yml
  2. +1
    -1
      .github/workflows/i18n.yml
  3. +1
    -1
      .github/workflows/manpage.yml
  4. +1
    -1
      .github/workflows/release.yml
  5. +1
    -1
      .github/workflows/tests.yml

+ 1
- 1
.github/workflows/black.yml Zobrazit soubor

@@ -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/i18n.yml Zobrazit soubor

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:


+ 1
- 1
.github/workflows/manpage.yml Zobrazit soubor

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

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Compile man pages
run: |


+ 1
- 1
.github/workflows/release.yml Zobrazit soubor

@@ -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


+ 1
- 1
.github/workflows/tests.yml Zobrazit soubor

@@ -26,7 +26,7 @@ jobs:

name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

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


Načítá se…
Zrušit
Uložit