Skip to content

Commit f7eb4d7

Browse files
dependabot[bot]elasticdog
authored andcommitted
Bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action), [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `taiki-e/install-action` from 2.77.1 to 2.78.0 - [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@cca35ed...e1c4cd4) Updates `zizmorcore/zizmor-action` from 0.5.3 to 0.5.5 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@b1d7e1f...a16621b) Updates `crate-ci/typos` from 1.46.0 to 1.46.1 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@bbaefad...5374cbf) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: taiki-e/install-action dependency-version: 2.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6cc1f5 commit f7eb4d7

8 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/bump-version-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
timeout-minutes: 5
8080

8181
- name: Install cargo-release
82-
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
82+
uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4
8383
with:
8484
tool: cargo-release
8585

.github/workflows/check-github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
esac
4545
4646
- name: Lint GitHub Actions workflow files
47-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
47+
uses: zizmorcore/zizmor-action@a16621b09c6db4281f81a93cb393b05dcd7b7165 # v0.5.5
4848
with:
4949
advanced-security: false
5050
persona: ${{ inputs.zizmor_persona }}

.github/workflows/check-rust-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: rustup override set beta
2929

3030
- name: Install cargo-nextest
31-
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
31+
uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4
3232
with:
3333
tool: cargo-nextest
3434

.github/workflows/check-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
timeout-minutes: 5
8787

8888
- name: Install cargo-nextest
89-
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
89+
uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4
9090
with:
9191
tool: cargo-nextest
9292

@@ -140,7 +140,7 @@ jobs:
140140
timeout-minutes: 5
141141

142142
- name: Install cargo-nextest
143-
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
143+
uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4
144144
with:
145145
tool: cargo-nextest
146146

.github/workflows/check-spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Check files for common misspellings
21-
uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274
21+
uses: crate-ci/typos@5374cbf686e897b15713110e233094e2874de7ef
2222
with:
2323
files: "${{ inputs.files }}"

.github/workflows/draft-release-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Install cross
104104
if: matrix.os == 'ubuntu-latest'
105-
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
105+
uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4
106106
with:
107107
tool: cross
108108

.github/workflows/preload-caches-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
timeout-minutes: 5
4242

4343
- name: Install cargo-nextest
44-
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
44+
uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4
4545
with:
4646
tool: cargo-nextest
4747

@@ -87,7 +87,7 @@ jobs:
8787
timeout-minutes: 5
8888

8989
- name: Install cargo-nextest
90-
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
90+
uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4
9191
with:
9292
tool: cargo-nextest
9393

.github/workflows/tag-untagged-releases-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
timeout-minutes: 5
5555

5656
- name: Install cargo-release
57-
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
57+
uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4
5858
with:
5959
tool: cargo-release
6060

0 commit comments

Comments
 (0)