aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/flake-updater.yml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-05-02 07:37:23 -0700
committerGitHub <noreply@github.com>2025-05-02 07:37:23 -0700
commit5d2bb6db3316fe52ba661ce4d849bf99c7468674 (patch)
tree14c699a51c740ff5d60fdbc2db4c407799c6092a /.github/workflows/flake-updater.yml
parentMerge pull request #26 from fcuny/update_flake_lock_action (diff)
parentbuild(deps): bump DeterminateSystems/nix-installer-action from 16 to 17 (diff)
downloadfcuny.net-5d2bb6db3316fe52ba661ce4d849bf99c7468674.tar.gz
Merge pull request #27 from fcuny/dependabot/github_actions/DeterminateSystems/nix-installer-action-17
build(deps): bump DeterminateSystems/nix-installer-action from 16 to 17
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 }}