Skip to content

Commit a9a4d66

Browse files
dependabot[bot]Sorixelle
authored andcommitted
build(deps): bump canidae-solutions/lix-quick-install-action from 1 to 2
Bumps [canidae-solutions/lix-quick-install-action](https://github.com/canidae-solutions/lix-quick-install-action) from 1 to 2. - [Release notes](https://github.com/canidae-solutions/lix-quick-install-action/releases) - [Changelog](https://github.com/canidae-solutions/lix-quick-install-action/blob/main/RELEASE) - [Commits](canidae-solutions/lix-quick-install-action@v1...v2) --- updated-dependencies: - dependency-name: canidae-solutions/lix-quick-install-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3fa2a4f commit a9a4d66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717
- name: Install Lix
18-
uses: canidae-solutions/lix-quick-install-action@v1
18+
uses: canidae-solutions/lix-quick-install-action@v2
1919
- name: Fetch Elixir dependencies
2020
run: nix-shell --pure --run "mix deps.get"
2121
- name: Generate docs

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Check out repo
1313
uses: actions/checkout@v4
1414
- name: Install Lix
15-
uses: canidae-solutions/lix-quick-install-action@v1
15+
uses: canidae-solutions/lix-quick-install-action@v2
1616
- name: Run `mix deps.get` in a Nix shell
1717
run: nix-shell --pure --run "mix deps.get"
1818
- name: Run `mix test` in a Nix shell

0 commit comments

Comments
 (0)