From 3aa97d4f3061b85f580207b2ad507c0f9e9bd1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:59:36 +0000 Subject: [PATCH] github: bump the github-dependencies group with 3 updates (#135) Bumps the github-dependencies group with 3 updates: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action), [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `DeterminateSystems/nix-installer-action` from 13 to 14 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v13...v14) Updates `DeterminateSystems/magic-nix-cache-action` from 7 to 8 - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v7...v8) Updates `taiki-e/install-action` from 2.43.0 to 2.43.5 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/v2.43.0...v2.43.5) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-dependencies - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-dependencies - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nix.yml | 8 ++++---- .github/workflows/rust.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 6521833..8330186 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -21,8 +21,8 @@ jobs: - uses: actions/checkout@v4.1.7 with: fetch-depth: 0 - - uses: DeterminateSystems/nix-installer-action@v13 - - uses: DeterminateSystems/magic-nix-cache-action@v7 + - uses: DeterminateSystems/nix-installer-action@v14 + - uses: DeterminateSystems/magic-nix-cache-action@v8 - run: nix flake check -L --show-trace fmt: runs-on: ubuntu-latest @@ -32,6 +32,6 @@ jobs: - uses: actions/checkout@v4.1.7 with: fetch-depth: 0 - - uses: DeterminateSystems/nix-installer-action@v13 - - uses: DeterminateSystems/magic-nix-cache-action@v7 + - uses: DeterminateSystems/nix-installer-action@v14 + - uses: DeterminateSystems/magic-nix-cache-action@v8 - run: nix run nixpkgs#nixfmt-rfc-style -- --check flake.nix diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 69a4a8e..73a6935 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4.1.7 - - uses: taiki-e/install-action@v2.43.0 + - uses: taiki-e/install-action@v2.43.5 with: tool: cargo-hack - name: build @@ -33,7 +33,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4.1.7 - - uses: taiki-e/install-action@v2.43.0 + - uses: taiki-e/install-action@v2.43.5 with: tool: cargo-hack - name: test @@ -80,7 +80,7 @@ jobs: with: toolchain: stable - uses: Swatinem/rust-cache@v2.7.3 - - uses: taiki-e/install-action@v2.43.0 + - uses: taiki-e/install-action@v2.43.5 with: tool: cargo-hack - name: Default features