Skip to content

Commit 0fa5f7d

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/cache](https://github.com/actions/cache), [taiki-e/install-action](https://github.com/taiki-e/install-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/cache` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@2c8a9bd...55cc834) Updates `taiki-e/install-action` from 2.82.4 to 2.82.7 - [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@682e7d9...16b0581) Updates `crate-ci/typos` from 1.47.2 to 1.48.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@37bb988...bee27e3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.82.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: crate-ci/typos dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de2ea29 commit 0fa5f7d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
sudo apt update
5959
sudo apt install $(cat .github/linux-deps.txt) git mold clang
60-
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
60+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6161
with:
6262
path: |
6363
~/.cargo/bin/
@@ -79,7 +79,7 @@ jobs:
7979
- name: Clippy
8080
run: cargo clippy --locked --profile ci --workspace --all-targets -- -D warnings
8181

82-
- uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a # v2
82+
- uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2
8383
with:
8484
tool: cargo-nextest
8585
- name: Test

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
sudo apt update
5959
sudo apt install $(cat .github/linux-deps.txt) git
6060
61-
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
61+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6262
with:
6363
path: |
6464
~/.cargo/bin/
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Install cargo-edit
7474
if: matrix.target.target == 'windows'
75-
uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a # v2
75+
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2
7676
with:
7777
tool: cargo-edit
7878

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sudo apt update
4444
sudo apt install $(cat .github/linux-deps.txt) git
4545
46-
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
46+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4747
with:
4848
path: |
4949
~/.cargo/bin/
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Install cargo-edit
5959
if: matrix.target.target == 'windows'
60-
uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a # v2
60+
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2
6161
with:
6262
tool: cargo-edit
6363

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1616
- name: Check spelling
17-
uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1.47.2
17+
uses: crate-ci/typos@bee27e3a4fd1ea2111cf90ab89cd076c870fce14 # v1.48.0

0 commit comments

Comments
 (0)