From 5f9c0c4b5fafca97d499f5b42e291dd90ebc6853 Mon Sep 17 00:00:00 2001 From: Ivan Velickovic Date: Mon, 5 Feb 2024 11:17:02 +1100 Subject: [PATCH] ci: update deprecated GitHub action versions --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 74f1da62a..de77bd5e0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Install Nix - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@v25 with: nix_path: nixpkgs=channel:nixos-unstable - name: Create nix-shell and build PDF @@ -102,7 +102,7 @@ jobs: - name: Extract Microkit SDK run: unzip microkit-sdk.zip && tar -xf microkit-sdk-1.2.6.tar.gz - name: Install Nix - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@v25 with: nix_path: nixpkgs=channel:nixos-unstable - name: Build and run examples @@ -125,7 +125,7 @@ jobs: - name: Extract Microkit SDK run: unzip microkit-sdk.zip && tar -xf microkit-sdk-1.2.6.tar.gz - name: Install Nix - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@v25 with: nix_path: nixpkgs=channel:nixos-unstable - name: Update Nix channel