Skip to content

Commit

Permalink
github: bump the github-dependencies group with 3 updates (#135)
Browse files Browse the repository at this point in the history
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](DeterminateSystems/nix-installer-action@v13...v14)

Updates `DeterminateSystems/magic-nix-cache-action` from 7 to 8
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](DeterminateSystems/magic-nix-cache-action@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](taiki-e/install-action@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 44e4876 commit 3aa97d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3aa97d4

Please sign in to comment.