Skip to content

Commit b809bb7

Browse files
ci(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [jdx/mise-action](https://github.com/jdx/mise-action) and [cachix/install-nix-action](https://github.com/cachix/install-nix-action). Updates `jdx/mise-action` from 2 to 4 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@v2...v4) Updates `cachix/install-nix-action` from 25 to 31 - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md) - [Commits](cachix/install-nix-action@v25...v31) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: cachix/install-nix-action dependency-version: '31' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6bd144 commit b809bb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Setup mise
17-
uses: jdx/mise-action@v2
17+
uses: jdx/mise-action@v4
1818

1919
- name: Install Nix
20-
uses: cachix/install-nix-action@v25
20+
uses: cachix/install-nix-action@v31
2121
with:
2222
nix_path: nixpkgs=channel:nixos-unstable
2323
extra_nix_config: |
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v4
3737

3838
- name: Setup mise
39-
uses: jdx/mise-action@v2
39+
uses: jdx/mise-action@v4
4040

4141
- name: Install toolchain
4242
run: mise install

0 commit comments

Comments
 (0)