diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-15 03:59:37 +0000 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-01-16 09:45:22 -0800 |
commit | 08f288e898f90372f35967c77a572ff51d8a877c (patch) | |
tree | 3513cc277756f0d23a7bfbc0930a961194672e1e /.github/workflows | |
parent | chore: update flake (diff) | |
download | world-08f288e898f90372f35967c77a572ff51d8a877c.tar.gz |
build(deps): bump cachix/install-nix-action from 24 to 25
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 25. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v24...v25) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/update.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 72dbdc4..85598d8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - name: Install Nix - uses: cachix/install-nix-action@v24 + uses: cachix/install-nix-action@v25 with: extra_nix_config: | experimental-features = nix-command flakes diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b261c10..a39c05f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@v24 + uses: cachix/install-nix-action@v25 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |