ソースを参照

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

master
Deuchnord 1週間前
committed by GitHub
コミット
0df3ff2006
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
5個のファイルの変更5行の追加5行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

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


読み込み中…
キャンセル
保存