Skip to content

Commit 31f2844

Browse files
build(deps): bump the github-actions group with 3 updates (reubeno#943)
1 parent 9f9a1aa commit 31f2844

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yaml

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

145145
- name: "Setup cross-compiling toolchain"
146146
if: startsWith(matrix.os, 'ubuntu') && !contains(matrix.target, '-musl')
147-
uses: taiki-e/setup-cross-toolchain-action@84e58a47fc2bcd3821a2aa8c153595bbffb0e10f # v1.32.1
147+
uses: taiki-e/setup-cross-toolchain-action@d30d20f04a3b09718e138524795d0d6ab7703dcb # v1.37.1
148148
with:
149149
target: ${{ matrix.target }}
150150

.github/workflows/spelling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Spell check repo
29-
uses: crate-ci/typos@2d0ce569feab1f8752f1dde43cc2f2aa53236e06 # v1.40.0
29+
uses: crate-ci/typos@bb4666ad77b539a6b4ce4eda7ebb6de553704021 # v1.42.0

.github/workflows/workflow-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333

3434
- name: Install the latest version of uv
35-
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
35+
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
3636

3737
- name: Run zizmor 🌈
3838
run: uvx zizmor --format=sarif . > results.sarif

0 commit comments

Comments
 (0)