Skip to content

Commit

Permalink
github: bump the github-dependencies group with 2 updates (#149)
Browse files Browse the repository at this point in the history
Bumps the github-dependencies group with 2 updates: [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) and [taiki-e/install-action](https://github.com/taiki-e/install-action).


Updates `MarcoIeni/release-plz-action` from 0.5.65 to 0.5.67
- [Release notes](https://github.com/marcoieni/release-plz-action/releases)
- [Commits](release-plz/action@v0.5.65...v0.5.67)

Updates `taiki-e/install-action` from 2.43.5 to 2.44.2
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@v2.43.5...v2.44.2)

---
updated-dependencies:
- dependency-name: MarcoIeni/release-plz-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2024
1 parent dc4c853 commit 9fad066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
toolchain: stable
- uses: Swatinem/[email protected]
- name: Run release-plz
uses: MarcoIeni/[email protected].65
uses: MarcoIeni/[email protected].67
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: taiki-e/install-action@v2.43.5
- uses: taiki-e/install-action@v2.44.2
with:
tool: cargo-hack
- uses: Swatinem/[email protected]
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: taiki-e/install-action@v2.43.5
- uses: taiki-e/install-action@v2.44.2
with:
tool: cargo-hack
- uses: Swatinem/[email protected]
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
with:
toolchain: stable
- uses: Swatinem/[email protected]
- uses: taiki-e/install-action@v2.43.5
- uses: taiki-e/install-action@v2.44.2
with:
tool: cargo-hack
- name: Default features
Expand Down

0 comments on commit 9fad066

Please sign in to comment.