mirror of
https://github.com/Defelo/nginx-oidc.git
synced 2025-05-12 13:02:48 +00:00
Merge pull request #5 from Defelo/renovate/determinatesystems-nix-installer-action-17.x
chore(deps): update determinatesystems/nix-installer-action action to v17
This commit is contained in:
parent
42b74e38de
commit
4557c26528
1 changed files with 3 additions and 3 deletions
6
.github/workflows/nix.yml
vendored
6
.github/workflows/nix.yml
vendored
|
@ -13,14 +13,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@v16
|
||||
- uses: DeterminateSystems/nix-installer-action@v17
|
||||
- run: nix fmt -- --ci --on-unmatched error
|
||||
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@v16
|
||||
- uses: DeterminateSystems/nix-installer-action@v17
|
||||
- run: nix run --accept-flake-config .#generate
|
||||
- run: git diff --exit-code
|
||||
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@v16
|
||||
- uses: DeterminateSystems/nix-installer-action@v17
|
||||
- uses: ryanccn/attic-action@v0
|
||||
with:
|
||||
endpoint: https://attic.defelo.de/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue