From d8b4c688f8582b5dee34531c357204ae196e0e72 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Sat, 16 Mar 2024 12:34:51 +0100 Subject: [PATCH] Update build pipeline to resolve deprecation warnings --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 31a035e..57db377 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,11 +4,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: DeterminateSystems/nix-installer-action@cd46bde16ab981b0a7b2dce0574509104543276e + - uses: actions/checkout@v4 + - uses: DeterminateSystems/nix-installer-action@de22e16c4711fca50c816cc9081563429d1cf563 with: diagnostic-endpoint: - - uses: DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63 + - uses: DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41 with: diagnostic-endpoint: - name: No diff