diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-28 06:46:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 06:46:20 -0700 |
| commit | a6b14fb860c9d743379e94f3b31a93a207643365 (patch) | |
| tree | e6718316dec0de92114aa13f4aac685fd26439b7 | |
| parent | Merge pull request #18 from fcuny/update_flake_lock_action (diff) | |
| parent | Bump DeterminateSystems/nix-installer-action from 16 to 17 (diff) | |
| download | infra-a6b14fb860c9d743379e94f3b31a93a207643365.tar.gz | |
Merge pull request #19 from fcuny/dependabot/github_actions/DeterminateSystems/nix-installer-action-17
Bump DeterminateSystems/nix-installer-action from 16 to 17
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/flake-checker.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/flake-updater.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d886fa..655b33f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v16 + - uses: DeterminateSystems/nix-installer-action@v17 - name: check configuration run: | nix flake check --all-systems diff --git a/.github/workflows/flake-checker.yml b/.github/workflows/flake-checker.yml index 45b3115..97090cd 100644 --- a/.github/workflows/flake-checker.yml +++ b/.github/workflows/flake-checker.yml @@ -14,5 +14,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v16 + - uses: DeterminateSystems/nix-installer-action@v17 - uses: DeterminateSystems/flake-checker-action@v9 diff --git a/.github/workflows/flake-updater.yml b/.github/workflows/flake-updater.yml index 33713b1..ba5ac66 100644 --- a/.github/workflows/flake-updater.yml +++ b/.github/workflows/flake-updater.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v16 + - uses: DeterminateSystems/nix-installer-action@v17 - uses: DeterminateSystems/update-flake-lock@v24 with: token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} |
