Skip to content

Commit

Permalink
Bump the actions group with 4 updates (#69)
Browse files Browse the repository at this point in the history
Bumps the actions group with 4 updates: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache), [crate-ci/typos](https://github.com/crate-ci/typos), [mikefarah/yq](https://github.com/mikefarah/yq) and [taiki-e/create-gh-release-action](https://github.com/taiki-e/create-gh-release-action).


Updates `Swatinem/rust-cache` from 2.7.1 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](Swatinem/rust-cache@3cf7f8c...f0deed1)

Updates `crate-ci/typos` from 1.16.23 to 1.29.4
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.16.23...v1.29.4)

Updates `mikefarah/yq` from 4.40.5 to 4.45.1
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@dd64899...8bf425b)

Updates `taiki-e/create-gh-release-action` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/taiki-e/create-gh-release-action/releases)
- [Changelog](https://github.com/taiki-e/create-gh-release-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/create-gh-release-action@8df4de6...ceeaaf7)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: taiki-e/create-gh-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 6750a0c commit 962a414
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3
- run: cargo test --release

rustfmt:
Expand All @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3
- run: cargo fmt --check

clippy:
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3
- run: cargo lint

typos:
Expand All @@ -45,4 +45,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: typos-action
uses: crate-ci/typos@v1.16.23
uses: crate-ci/typos@v1.29.4
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Get version from Cargo.toml
id: lookupVersion
uses: mikefarah/yq@dd648994340a5d03225d97abf19c9bf1086c3f07
uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd
with:
cmd: yq -oy '"v" + .package.version' 'Cargo.toml'

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
target: ${{ matrix.target }}

- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3

- name: Install cross
if: matrix.cross
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Create GitHub release
id: create-release
uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793
uses: taiki-e/create-gh-release-action@ceeaaf73c0f3f0cadd7bfd9b4d27de4076891fc2
with:
token: ${{ secrets.GITHUB_TOKEN }}
changelog: CHANGELOG.md
Expand Down

0 comments on commit 962a414

Please sign in to comment.