Skip to content

Commit 1693516

Browse files
committed
chore(deps): update all dependencies (patch only)
| datasource | package | from | to | | ----------- | ---------------------------------- | -------- | -------- | | github-tags | Swatinem/rust-cache | v2.7.3 | v2.7.5 | | github-tags | Swatinem/rust-cache | v2.7.0 | v2.7.5 | | github-tags | actions/setup-node | v4.0.2 | v4.0.4 | | crate | async-trait | 0.1.82 | 0.1.83 | | crate | axum | 0.7.5 | 0.7.7 | | crate | axum-extra | 0.9.3 | 0.9.4 | | crate | cc | 1.1.15 | 1.1.30 | | crate | clap | 4.5.16 | 4.5.20 | | crate | clap_complete | 4.5.24 | 4.5.33 | | crate | clap_mangen | 0.2.23 | 0.2.24 | | npm | eslint | 8.57.0 | 8.57.1 | | crate | futures | 0.3.30 | 0.3.31 | | go | github.com/mittwald/go-helm-client | v0.12.10 | v0.12.14 | | crate | libc | 0.2.158 | 0.2.159 | | npm | openapi-typescript | 6.7.5 | 6.7.6 | | crate | reqwest | 0.12.7 | 0.12.8 | | crate | serde | 1.0.209 | 1.0.210 | | crate | serde_json | 1.0.127 | 1.0.128 | | crate | snafu | 0.8.4 | 0.8.5 | | github-tags | softprops/action-gh-release | v2.0.5 | v2.0.8 | | crate | termion | 4.0.2 | 4.0.3 | | npm | yarn | 1.22.19 | 1.22.22 |
1 parent 705925a commit 1693516

11 files changed

+194
-152
lines changed

.github/workflows/pr_cockpit-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
17-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
17+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
1818
with:
1919
node-version: 18
2020
cache: yarn
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
41-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
41+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
4242
with:
4343
node-version: 18
4444
cache: yarn

.github/workflows/pr_cockpit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
toolchain: ${{ env.RUST_VERSION }}
5858

5959
- name: Setup Rust Cache
60-
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
60+
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
6161
with:
6262
key: pr-stackable-cockpit-chart
6363

@@ -100,7 +100,7 @@ jobs:
100100
go-version: ${{ env.GO_VERSION }}
101101

102102
- name: Setup Rust Cache
103-
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
103+
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
104104
with:
105105
key: pr-stackable-cockpit-chart
106106

.github/workflows/pr_general.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
with:
3333
go-version: ${{ env.GO_VERSION }}
3434

35-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
35+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3636
with:
3737
node-version: 18
3838
cache: yarn
3939
- run: yarn install --frozen-lockfile
4040

41-
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
41+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
4242
with:
4343
key: udeps
4444
cache-all-crates: "true"
@@ -93,11 +93,11 @@ jobs:
9393
with:
9494
go-version: ${{ env.GO_VERSION }}
9595

96-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
96+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
9797
with:
9898
key: clippy
9999

100-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
100+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
101101
with:
102102
node-version: 18
103103
cache: yarn
@@ -136,11 +136,11 @@ jobs:
136136
with:
137137
go-version: ${{ env.GO_VERSION }}
138138

139-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
139+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
140140
with:
141141
key: doc
142142

143-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
143+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
144144
with:
145145
node-version: 18
146146
cache: yarn
@@ -163,11 +163,11 @@ jobs:
163163
with:
164164
go-version: ${{ env.GO_VERSION }}
165165

166-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
166+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
167167
with:
168168
key: test
169169

170-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
170+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
171171
with:
172172
node-version: 18
173173
cache: yarn

.github/workflows/pr_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
go-version: ${{ env.GO_VERSION }}
6767

68-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
68+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
6969
with:
7070
key: build-stackablectl-${{ matrix.target }}
7171

.github/workflows/release_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
run: mv target/${{ matrix.target }}/release/stackablectl${{ matrix.file-suffix }} stackablectl-${{ matrix.target }}${{ matrix.file-suffix }}
5959

6060
- name: Upload Release Binary
61-
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
61+
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
6262
with:
6363
files: stackablectl-${{ matrix.target }}${{ matrix.file-suffix }}

0 commit comments

Comments
 (0)