From 6b7a01316e570174e6d2900069f3711e9eb650c4 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 14 May 2023 21:55:14 -0400 Subject: [PATCH] ci/ci: bump 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 e18b1f6..382a06c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,14 +11,14 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Install Nix - uses: cachix/install-nix-action@v16 + uses: cachix/install-nix-action@v20 with: extra_nix_config: | auto-optimise-store = true access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} experimental-features = nix-command flakes - name: Update flake.lock - uses: DeterminateSystems/update-flake-lock@v16 + uses: DeterminateSystems/update-flake-lock@v19 with: pr-title: "flake.lock: Update " pr-labels: |