From b8ec0da77ab2efb1e9af738b56cb5160744a61a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:18:54 +0900 Subject: [PATCH] chore(deps): bump the github-actions-all group with 5 updates (#21) Bumps the github-actions-all group with 5 updates: | Package | From | To | | --- | --- | --- | | [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) | `2.0.3` | `2.0.4` | | [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.7.5` | `2.7.7` | | [crate-ci/typos](https://github.com/crate-ci/typos) | `1.28.1` | `1.29.0` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.1.0` | `2.2.0` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.5` | `7.0.6` | Updates `EmbarkStudios/cargo-deny-action` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.3...v2.0.4) Updates `Swatinem/rust-cache` from 2.7.5 to 2.7.7 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.7.5...v2.7.7) Updates `crate-ci/typos` from 1.28.1 to 1.29.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.28.1...v1.29.0) Updates `softprops/action-gh-release` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.1.0...v2.2.0) Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.5...v7.0.6) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/code.yml | 10 +++++----- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/updates.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 63f4f3a..624a595 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: EmbarkStudios/cargo-deny-action@v2.0.3 + - uses: EmbarkStudios/cargo-deny-action@v2.0.4 with: # do not check advisories on PRs to prevent sudden failure due to new announcement command: check bans licenses sources @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: EmbarkStudios/cargo-deny-action@v2.0.3 + - uses: EmbarkStudios/cargo-deny-action@v2.0.4 test: name: Test Rust code @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: Swatinem/rust-cache@v2.7.5 + - uses: Swatinem/rust-cache@v2.7.7 with: save-if: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }} - name: Run tests @@ -91,7 +91,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: Swatinem/rust-cache@v2.7.5 + - uses: Swatinem/rust-cache@v2.7.7 with: save-if: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }} - run: cargo install cargo-sort@1.0.9 @@ -115,7 +115,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: Swatinem/rust-cache@v2.7.5 + - uses: Swatinem/rust-cache@v2.7.7 with: save-if: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }} - name: Build Rust code diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 507d631..e693fc6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: name: Check spelling steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.28.1 + - uses: crate-ci/typos@v1.29.0 license-headers: runs-on: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a3e550..5df4cd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: fi - name: Upload the binaries - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 with: generate_release_notes: true files: | diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index 80c941d..ca7fe3c 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -29,7 +29,7 @@ jobs: --repo https://github.com/crate-ci/typos --repo https://github.com/EmbarkStudios/cargo-deny - run: pre-commit run --all-files - - uses: peter-evans/create-pull-request@v7.0.5 + - uses: peter-evans/create-pull-request@v7.0.6 if: ${{ success() }} with: token: ${{ secrets.GITHUB_TOKEN }} @@ -37,7 +37,7 @@ jobs: title: "chore: update pre-commit hooks" commit-message: "chore: update pre-commit hooks" body: Update pre-commit hooks to latest version. - - uses: peter-evans/create-pull-request@v7.0.5 + - uses: peter-evans/create-pull-request@v7.0.6 if: ${{ failure() }} with: token: ${{ secrets.GITHUB_TOKEN }}