mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-30 22:57:58 +00:00
ci: bump DeterminateSystems/nix-installer-action from 15 to 16 (#2)
Some checks failed
Some checks failed
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 15 to 16. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v15...v16) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7eee12ff7e
commit
1bb6e45eb3
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -11,5 +11,5 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@v15
|
- uses: DeterminateSystems/nix-installer-action@v16
|
||||||
- run: make check
|
- run: make check
|
||||||
|
2
.github/workflows/site.yml
vendored
2
.github/workflows/site.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@v15
|
- uses: DeterminateSystems/nix-installer-action@v16
|
||||||
- run: make build
|
- run: make build
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
id: deployment
|
id: deployment
|
||||||
|
2
.github/workflows/update-deps.yml
vendored
2
.github/workflows/update-deps.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@v15
|
- uses: DeterminateSystems/nix-installer-action@v16
|
||||||
- run: nix develop --command make update
|
- run: nix develop --command make update
|
||||||
- id: datetime
|
- id: datetime
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user