From 7dae5228f10959e8e5420280beb413b9bcc570a1 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 23 Mar 2024 13:31:08 +0100 Subject: [PATCH] ci/update: update actions to latest versions --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1edc0a69..d21e092c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -16,14 +16,14 @@ jobs: token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} - name: Install Nix - uses: cachix/install-nix-action@v20 + uses: cachix/install-nix-action@v26 with: nix_path: nixpkgs=channel:nixos-unstable github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock id: update - uses: DeterminateSystems/update-flake-lock@v20 + uses: DeterminateSystems/update-flake-lock@v21 with: pr-title: "Update flake.lock" token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}