Skip to content

Commit bd7843c

Browse files
dependabot[bot]elasticdog
authored andcommitted
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [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.78.0 to 2.79.3 - [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@e1c4cd4...65851e1) Updates `zizmorcore/zizmor-action` from 0.5.5 to 0.5.6 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@a16621b...5f14fd0) Updates `crate-ci/typos` from 1.46.1 to 1.46.2 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@5374cbf...aca895b) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.79.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: crate-ci/typos dependency-version: 1.46.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcfd144 commit bd7843c

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@e1c4cd42111751368541a7cb5db3522bd1f846a4
82+
uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468
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@a16621b09c6db4281f81a93cb393b05dcd7b7165 # v0.5.5
47+
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
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@e1c4cd42111751368541a7cb5db3522bd1f846a4
31+
uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468
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@e1c4cd42111751368541a7cb5db3522bd1f846a4
89+
uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468
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@e1c4cd42111751368541a7cb5db3522bd1f846a4
143+
uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468
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@5374cbf686e897b15713110e233094e2874de7ef
21+
uses: crate-ci/typos@aca895bf05aec0cb7dffa6f94495e923224d9f17
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@e1c4cd42111751368541a7cb5db3522bd1f846a4
105+
uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468
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@e1c4cd42111751368541a7cb5db3522bd1f846a4
44+
uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468
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@e1c4cd42111751368541a7cb5db3522bd1f846a4
90+
uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468
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@e1c4cd42111751368541a7cb5db3522bd1f846a4
57+
uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468
5858
with:
5959
tool: cargo-release
6060

0 commit comments

Comments
 (0)