Browse Source

ci(deps): bump actions/checkout from 3 to 4 (#338)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
tags/v0.10.13
dependabot[bot] 6 months ago
committed by GitHub
parent
commit
57da503a5c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions
  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 View File

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

name: Code Style
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.9


+ 1
- 1
.github/workflows/i18n.yml View File

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

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:


+ 1
- 1
.github/workflows/manpage.yml View File

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

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Compile man pages
run: |


+ 1
- 1
.github/workflows/release.yml View File

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

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


+ 1
- 1
.github/workflows/tests.yml View File

@@ -27,7 +27,7 @@ jobs:

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

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


Loading…
Cancel
Save