From c7eab25d6d3fc32d0bb3ba4b57cd4c5da3e5e42b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:57:43 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#83) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8caac0c..fc4709d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 2acc0c6..6fb7787 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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: