Procházet zdrojové kódy

Merge pull request #439 from Kosmorro/dependabot/github_actions/master/actions/checkout-6

master
Deuchnord před 1 týdnem
committed by GitHub
rodič
revize
0df3ff2006
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