From 1a057b79b1e3f1edfd4cf7aef81cbae9371126de Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 21 Jul 2023 15:52:27 +0100 Subject: [PATCH] ci: clearly name steps in update.yml --- .github/workflows/update.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b109578..29ec70c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -8,9 +8,13 @@ jobs: lockfile: runs-on: ubuntu-22.04 steps: - - name: Update flake.lock + - name: Checkout uses: actions/checkout@v3 - - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - - uses: DeterminateSystems/flake-checker-action@main - - uses: ./. + - name: Install Nix + uses: DeterminateSystems/nix-installer-action@main + - name: Enable magic Nix cache + uses: DeterminateSystems/magic-nix-cache-action@main + - name: Check flake + uses: DeterminateSystems/flake-checker-action@main + - name: Update flake.lock + uses: ./.