From e9d674c6e0e14f2fcd301aaab4f30cc3a01ade8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:41:16 +0000 Subject: [PATCH] chore(deps): bump the github-actions-all group with 4 updates Bumps the github-actions-all group with 4 updates: [crate-ci/typos](https://github.com/crate-ci/typos), [dorny/paths-filter](https://github.com/dorny/paths-filter), [actions/cache](https://github.com/actions/cache) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `crate-ci/typos` from 1.16.26 to 1.18.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.16.26...v1.18.0) Updates `dorny/paths-filter` from 2.11.1 to 3.0.0 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v2.11.1...v3.0.0) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) Updates `peter-evans/create-pull-request` from 5 to 6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/rust.yml | 4 ++-- .github/workflows/updates.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9502e98..4e1590c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: name: Check spelling steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.16.26 + - uses: crate-ci/typos@v1.18.0 check-all: name: Check if all lint jobs succeeded diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8652814..4c02e6e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Detect Changes - uses: dorny/paths-filter@v2.11.1 + uses: dorny/paths-filter@v3.0.0 id: diff with: filters: | @@ -138,7 +138,7 @@ jobs: - name: Cache SCION binaries if: ${{ github.ref == 'refs/heads/main' && steps.scion.outputs.cache-hit != 'true' }} - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: ${{ steps.scion.outputs.scion-bin-path }} key: ${{ steps.scion.outputs.cache-primary-key }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index c3a48c3..aae928a 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -26,7 +26,7 @@ jobs: - run: pip install pre-commit - run: pre-commit autoupdate - run: pre-commit run --all-files - - uses: peter-evans/create-pull-request@v5 + - uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} branch: chore/update-pre-commit-hooks