diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-27 11:32:41 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-27 11:32:41 -0800 |
| commit | dd0a4b83b674790c7101eb9cb8f5f334a20267ad (patch) | |
| tree | b3522cb1a2b6926fdc1ec1ba3c6afde3f9d710da /.github | |
| parent | don't trigger a build for the justfile (diff) | |
| parent | build(deps): bump DeterminateSystems/nix-installer-action from 14 to 16 (diff) | |
| download | fcuny.net-dd0a4b83b674790c7101eb9cb8f5f334a20267ad.tar.gz | |
Merge pull request #4 from fcuny/dependabot/github_actions/DeterminateSystems/nix-installer-action-16
build(deps): bump DeterminateSystems/nix-installer-action from 14 to 16
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/flake-checker.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/flake-updater.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/flake-checker.yml b/.github/workflows/flake-checker.yml index d5cb05a..ecfe40b 100644 --- a/.github/workflows/flake-checker.yml +++ b/.github/workflows/flake-checker.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v14 + - uses: DeterminateSystems/nix-installer-action@v16 - uses: DeterminateSystems/magic-nix-cache-action@v8 - uses: DeterminateSystems/flake-checker-action@v9 diff --git a/.github/workflows/flake-updater.yml b/.github/workflows/flake-updater.yml index dde25ee..ad5aa4f 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@v14 + - uses: DeterminateSystems/nix-installer-action@v16 - uses: DeterminateSystems/update-flake-lock@v24 with: pr-title: "Update flake.lock" |
