Skip to content

Commit

Permalink
chore(deps): update all dependencies (patch only)
Browse files Browse the repository at this point in the history
| 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  |
  • Loading branch information
stackable-bot committed Oct 16, 2024
1 parent 705925a commit 1693516
Show file tree
Hide file tree
Showing 11 changed files with 194 additions and 152 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_cockpit-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 18
cache: yarn
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 18
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_cockpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}

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

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

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

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pr_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 18
cache: yarn
- run: yarn install --frozen-lockfile

- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
with:
key: udeps
cache-all-crates: "true"
Expand Down Expand Up @@ -93,11 +93,11 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

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

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 18
cache: yarn
Expand Down Expand Up @@ -136,11 +136,11 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

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

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 18
cache: yarn
Expand All @@ -163,11 +163,11 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

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

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 18
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_stackablectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_stackablectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
run: mv target/${{ matrix.target }}/release/stackablectl${{ matrix.file-suffix }} stackablectl-${{ matrix.target }}${{ matrix.file-suffix }}

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

0 comments on commit 1693516

Please sign in to comment.