[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/haskell-mode c9dbfdc3ba 3/3: Merge pull request #1852 from
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/haskell-mode c9dbfdc3ba 3/3: Merge pull request #1852 from haskell/dependabot/github_actions/cachix/install-nix-action-V28 |
Date: |
Fri, 13 Sep 2024 13:00:25 -0400 (EDT) |
branch: elpa/haskell-mode
commit c9dbfdc3ba79afab4a6fcd10fe8606039e4faacc
Merge: 126fcdafc8 5b1a649064
Author: Steve Purcell <steve@sanityinc.com>
Commit: GitHub <noreply@github.com>
Merge pull request #1852 from
haskell/dependabot/github_actions/cachix/install-nix-action-V28
chore(deps): bump cachix/install-nix-action from V27 to 28
---
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index dc057643d8..65eb96a1c7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
- emacs_version: 29.4
target: deploy-manual
steps:
- - uses: cachix/install-nix-action@V27
+ - uses: cachix/install-nix-action@V28
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: purcell/setup-emacs@master