Skip to content

Commit bc8ff14

Browse files
committed
chore(deps): update all dependencies (patch only)
| datasource | package | from | to | | ----------- | ------------------------------- | ------- | ------- | | github-tags | EmbarkStudios/cargo-deny-action | v2.0.7 | v2.0.11 | | github-tags | Swatinem/rust-cache | v2.7.7 | v2.7.8 | | github-tags | slackapi/slack-github-action | v1.27.0 | v1.27.1 |
1 parent dbc3928 commit bc8ff14

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
5656
with:
5757
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
58-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
58+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
5959
with:
6060
key: udeps
6161
cache-all-crates: "true"
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
persist-credentials: false
124124
submodules: recursive
125-
- uses: EmbarkStudios/cargo-deny-action@8d73959fce1cdc8989f23fdf03bec6ae6a6576ef # v2.0.7
125+
- uses: EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
126126
with:
127127
command: check ${{ matrix.checks }}
128128

@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
159159
components: clippy
160-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
160+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
161161
with:
162162
key: clippy
163163
cache-all-crates: "true"
@@ -192,7 +192,7 @@ jobs:
192192
with:
193193
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
194194
components: rustfmt
195-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
195+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
196196
with:
197197
key: doc
198198
cache-all-crates: "true"
@@ -214,7 +214,7 @@ jobs:
214214
- uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
215215
with:
216216
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
217-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
217+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
218218
with:
219219
key: test
220220
cache-all-crates: "true"
@@ -279,7 +279,7 @@ jobs:
279279
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
280280
with:
281281
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
282-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
282+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
283283
with:
284284
key: charts
285285
cache-all-crates: "true"

template/.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: ${{ failure() }}
9898
env:
9999
SLACK_BOT_TOKEN: ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
100-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
100+
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
101101
with:
102102
channel-id: "C07UYJYSMSN" # notifications-integration-tests
103103
payload: |

0 commit comments

Comments
 (0)