mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6 in the all group (#3075)
Bumps the all group with 1 update: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action). Updates `mozilla-actions/sccache-action` from 0.0.5 to 0.0.6 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bdeb1a6234
commit
4049cb0a3a
4
.github/workflows/clippy.yml
vendored
4
.github/workflows/clippy.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup sccache
|
- name: Setup sccache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.5
|
uses: mozilla-actions/sccache-action@v0.0.6
|
||||||
with:
|
with:
|
||||||
version: "v0.4.2"
|
version: "v0.4.2"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
@ -39,7 +39,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup sccache
|
- name: Setup sccache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.5
|
uses: mozilla-actions/sccache-action@v0.0.6
|
||||||
with:
|
with:
|
||||||
version: "v0.4.2"
|
version: "v0.4.2"
|
||||||
- name: "Run cargo fmt"
|
- name: "Run cargo fmt"
|
||||||
|
|
2
.github/workflows/debian_package_kanidm.yml
vendored
2
.github/workflows/debian_package_kanidm.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y curl
|
apt-get update && apt-get install -y curl
|
||||||
- name: Setup sccache
|
- name: Setup sccache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.5
|
uses: mozilla-actions/sccache-action@v0.0.6
|
||||||
with:
|
with:
|
||||||
version: "v0.4.2"
|
version: "v0.4.2"
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
|
|
2
.github/workflows/kanidm_individual_book.yml
vendored
2
.github/workflows/kanidm_individual_book.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.tag }}
|
ref: ${{ inputs.tag }}
|
||||||
- name: Setup sccache
|
- name: Setup sccache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.5
|
uses: mozilla-actions/sccache-action@v0.0.6
|
||||||
with:
|
with:
|
||||||
version: "v0.4.2"
|
version: "v0.4.2"
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
|
|
6
.github/workflows/rust_build.yml
vendored
6
.github/workflows/rust_build.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
- name: Setup sccache
|
- name: Setup sccache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.5
|
uses: mozilla-actions/sccache-action@v0.0.6
|
||||||
with:
|
with:
|
||||||
version: "v0.4.2"
|
version: "v0.4.2"
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.rust_version }}
|
toolchain: ${{ matrix.rust_version }}
|
||||||
- name: Setup sccache
|
- name: Setup sccache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.5
|
uses: mozilla-actions/sccache-action@v0.0.6
|
||||||
with:
|
with:
|
||||||
version: "v0.4.2"
|
version: "v0.4.2"
|
||||||
|
|
||||||
|
@ -116,7 +116,7 @@ jobs:
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
- name: Setup sccache
|
- name: Setup sccache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.5
|
uses: mozilla-actions/sccache-action@v0.0.6
|
||||||
with:
|
with:
|
||||||
version: "v0.4.2"
|
version: "v0.4.2"
|
||||||
|
|
||||||
|
|
2
.github/workflows/windows_build.yml
vendored
2
.github/workflows/windows_build.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
- name: Setup sccache
|
- name: Setup sccache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.5
|
uses: mozilla-actions/sccache-action@v0.0.6
|
||||||
with:
|
with:
|
||||||
version: "v0.4.2"
|
version: "v0.4.2"
|
||||||
- run: cargo build -p kanidm_client -p kanidm_tools --bin kanidm
|
- run: cargo build -p kanidm_client -p kanidm_tools --bin kanidm
|
||||||
|
|
Loading…
Reference in a new issue