Skip to content

Commit

Permalink
chore(deps): bump the github-actions group with 1 update
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [cachix/install-nix-action](https://github.com/cachix/install-nix-action).

- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v23...v24)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 3ad4a4b commit 3d3a3ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v24
- uses: fregante/setup-git-user@v2
- run: nix flake update --commit-lock-file
- run: nix flake check .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v24
- run: nix build --no-link path:.#deploy-flake

flake_check:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v24
- run: nix flake check path:.

0 comments on commit 3d3a3ec

Please sign in to comment.