From ea691885d8301e63a88d7a00eda6e8f8ccdcf85c Mon Sep 17 00:00:00 2001 From: Vehbi Sinan Tunalioglu Date: Thu, 6 Jun 2024 17:08:18 +0800 Subject: [PATCH] chore: bump GitHub action versions --- .github/workflows/check.yaml | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index da173fe..4051ffd 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -13,12 +13,12 @@ jobs: uses: "actions/checkout@v4" - name: "Install nix" - uses: "cachix/install-nix-action@v26" + uses: "cachix/install-nix-action@v27" with: nix_path: "nixpkgs=channel:nixos-24.05" - name: "Use magic Nix cache" - uses: "DeterminateSystems/magic-nix-cache-action@v4" + uses: "DeterminateSystems/magic-nix-cache-action@v7" - name: "Check Application" run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bc5f2a..0501a10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: - id: "release" name: "Release" - uses: "google-github-actions/release-please-action@v4" + uses: "googleapis/release-please-action@v4" - name: "Checkout Codebase" if: "${{ steps.release.outputs.release_created }}" @@ -26,14 +26,14 @@ jobs: - name: "Install nix" if: "${{ steps.release.outputs.release_created }}" - uses: "cachix/install-nix-action@v25" + uses: "cachix/install-nix-action@v27" with: nix_path: "nixpkgs=channel:nixos-24.05" extra_nix_config: "system-features = benchmark, big-parallel, nixos-test, uid-range, kvm" - name: "Use magic Nix cache" if: "${{ steps.release.outputs.release_created }}" - uses: "DeterminateSystems/magic-nix-cache-action@v3" + uses: "DeterminateSystems/magic-nix-cache-action@v7" - name: "Build Application" if: "${{ steps.release.outputs.release_created }}"