Skip to content

Commit 909c053

Browse files
authored
Merge pull request #2148 from squidowl/dependabot/github_actions/main/github-actions-857bebed22
Bump the github-actions group with 3 updates
2 parents 8903e89 + 0fa5f7d commit 909c053

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)