Skip to content

Commit

Permalink
chore: bump GitHub action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vst committed Jun 6, 2024
1 parent e6d583a commit ea69188
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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 }}"
Expand Down

0 comments on commit ea69188

Please sign in to comment.