From 55ff3214a8eccd0e9fa5796933e56cac92f03bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:41:14 +0000 Subject: [PATCH 1/2] build(deps): bump actions/checkout from 4.2.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cargo-test.yml | 2 +- .github/workflows/kalatori-test.yml | 2 +- .github/workflows/rust-cargo-build.yml | 2 +- .github/workflows/rust-cargo-deny.yml | 2 +- .github/workflows/rust-clippy.yml | 2 +- .github/workflows/rust-fmt.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index 28aadc1..ba942cf 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -19,7 +19,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout sources - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.2.2 with: fetch-depth: 50 submodules: 'recursive' diff --git a/.github/workflows/kalatori-test.yml b/.github/workflows/kalatori-test.yml index 036a6ab..f97f2bf 100644 --- a/.github/workflows/kalatori-test.yml +++ b/.github/workflows/kalatori-test.yml @@ -19,7 +19,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout sources - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 with: fetch-depth: 50 submodules: recursive diff --git a/.github/workflows/rust-cargo-build.yml b/.github/workflows/rust-cargo-build.yml index 0859ee1..d1549bf 100644 --- a/.github/workflows/rust-cargo-build.yml +++ b/.github/workflows/rust-cargo-build.yml @@ -19,7 +19,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout sources - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 50 submodules: 'recursive' diff --git a/.github/workflows/rust-cargo-deny.yml b/.github/workflows/rust-cargo-deny.yml index 7594ff2..fa640ad 100644 --- a/.github/workflows/rust-cargo-deny.yml +++ b/.github/workflows/rust-cargo-deny.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout Sources - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Run cargo-deny uses: EmbarkStudios/cargo-deny-action@v2 diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 9dec14f..153e59d 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -19,7 +19,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout sources - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 50 submodules: 'recursive' diff --git a/.github/workflows/rust-fmt.yml b/.github/workflows/rust-fmt.yml index 22bb4f4..51bb936 100644 --- a/.github/workflows/rust-fmt.yml +++ b/.github/workflows/rust-fmt.yml @@ -19,7 +19,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout sources - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 50 submodules: 'recursive' From c53d371ca02f8093342cabef0411f708336345bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:33:13 +0000 Subject: [PATCH 2/2] build(deps): bump Swatinem/rust-cache from 2.7.3 to 2.7.5 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.7.5. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.7.3...v2.7.5) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cargo-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index 28aadc1..d13a72e 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -38,7 +38,7 @@ jobs: version: 0.9 - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: cargo nextest run: cargo nextest run \ No newline at end of file