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: