Bump actions/checkout from 3 to 4 (#83)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-05 12:57:43 +00:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 6f441a7499
commit c7eab25d6d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ jobs:
run-pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pipx run pre-commit run --all-files
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
commit-msg: Update .pre-commit-config.yaml
branch: update/pre-commit-config
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: ${{ matrix.cmd }}
- uses: peter-evans/create-pull-request@v5
with: