aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/flake-updater.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-28 01:07:01 +0000
committerGitHub <noreply@github.com>2025-04-28 01:07:01 +0000
commitb225a3de72957aeb9976c13c41ac4ab0900501a2 (patch)
treeee7ac3c98c865fa352c3432103e2e8545ace97d5 /.github/workflows/flake-updater.yml
parentuse correct hostname for the flake (diff)
downloadinfra-b225a3de72957aeb9976c13c41ac4ab0900501a2.tar.gz
Bump DeterminateSystems/nix-installer-action from 16 to 17
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 16 to 17. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v16...v17) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '17' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--.github/workflows/flake-updater.yml2
1 files changed, 1 insertions, 1 deletions
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 }}