From 71ccac2c15e3cef22b64de400df51132dbd45fd7 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Thu, 28 Dec 2023 21:07:18 +0800 Subject: [PATCH] Update github action version --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/pulls.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 229338379..8c1fea110 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: if: github.repository_owner == 'nix-community' steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.1.1 - name: Install Nix uses: cachix/install-nix-action@v20 @@ -20,7 +20,7 @@ jobs: nix_path: nixpkgs=channel:nixos-unstable - name: Add nix-community cache - uses: cachix/cachix-action@v10 + uses: cachix/cachix-action@v13 with: name: nix-community authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -50,15 +50,15 @@ jobs: if: github.repository_owner == 'nix-community' steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.1.1 - name: Install Nix - uses: cachix/install-nix-action@v20 + uses: cachix/install-nix-action@v24 with: nix_path: nixpkgs=channel:nixos-unstable - name: Add nix-community cache - uses: cachix/cachix-action@v10 + uses: cachix/cachix-action@v13 with: name: nix-community authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' diff --git a/.github/workflows/pulls.yml b/.github/workflows/pulls.yml index 0b943586c..bb40e01d4 100644 --- a/.github/workflows/pulls.yml +++ b/.github/workflows/pulls.yml @@ -10,8 +10,8 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v22 + - uses: actions/checkout@v4.1.1 + - uses: cachix/install-nix-action@v24 - id: set-matrix name: Evaluate flake run: nix flake show --all-systems