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/workflows/flake-updater.yml | |
| 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 '')
| -rw-r--r-- | .github/workflows/flake-updater.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
