[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/package-lint 1866a893ca 2/3: Merge pull request #274 from
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/package-lint 1866a893ca 2/3: Merge pull request #274 from purcell/dependabot/github_actions/cachix/install-nix-action-V28 |
Date: |
Fri, 13 Sep 2024 13:00:58 -0400 (EDT) |
branch: elpa/package-lint
commit 1866a893ca08edfe3618a927ef71272a9a40c688
Merge: 972dd8403a 3ec28a8b49
Author: Steve Purcell <steve@sanityinc.com>
Commit: GitHub <noreply@github.com>
Merge pull request #274 from
purcell/dependabot/github_actions/cachix/install-nix-action-V28
chore(deps): bump cachix/install-nix-action from V27 to 28
---
.github/workflows/stdlib-changes.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/stdlib-changes.yml
b/.github/workflows/stdlib-changes.yml
index eb78e31754..1d852d6c14 100644
--- a/.github/workflows/stdlib-changes.yml
+++ b/.github/workflows/stdlib-changes.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: cachix/install-nix-action@V27
+ - uses: cachix/install-nix-action@V28
- run: tools/sym-dump-all
- uses: stefanzweifel/git-auto-commit-action@v5
with: