Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [actions/deploy-pages](https://github.com/actions/deploy-pages) and [actions/labeler](https://github.com/actions/labeler).


Updates `taiki-e/install-action` from 2.21.20 to 2.21.26
- [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@addb7d6...d211c4b)

Updates `actions/deploy-pages` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@9dbe382...de14547)

Updates `actions/labeler` from 4.3.0 to 5.0.0
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@ac9175f...8558fd7)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent b2845e9 commit e0adc0a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368
with:
tool: cargo-release

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-rust-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set override to beta Rust
run: rustup override set beta
- name: Install cargo-nextest
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368
with:
tool: cargo-nextest
- name: Compile tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
shared-key: stable-${{ matrix.platform }}
timeout-minutes: 5
- name: Install cargo-nextest
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368
with:
tool: cargo-nextest
- name: Compile tests
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
shared-key: msrv-ubuntu-latest
timeout-minutes: 5
- name: Install cargo-nextest
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368
with:
tool: cargo-nextest
- name: Compile tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
steps:
- id: deployment
name: Deploy to GitHub Pages
uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5
uses: actions/deploy-pages@de14547edc9944350dc0481aa5b7afb08e75f254
2 changes: 1 addition & 1 deletion .github/workflows/draft-release-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
timeout-minutes: 5
- name: Install cross
if: matrix.os == 'ubuntu-latest'
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368
with:
tool: cross
- name: Building release assets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Label pull request based on paths of changed files
uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
with:
dot: true
4 changes: 2 additions & 2 deletions .github/workflows/preload-caches-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
shared-key: stable-${{ matrix.platform }}
timeout-minutes: 5
- name: Install cargo-nextest
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368
with:
tool: cargo-nextest
- name: Check packages and dependencies for errors
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
shared-key: msrv-ubuntu-latest
timeout-minutes: 5
- name: Install cargo-nextest
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368
with:
tool: cargo-nextest
- name: Check packages and dependencies for errors
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368
with:
tool: cargo-release

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-untagged-releases-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368
with:
tool: cargo-release

Expand Down

0 comments on commit e0adc0a

Please sign in to comment.