[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/haskell-mode 23ef6d8570 1/4: chore(deps): bump actions/che
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/haskell-mode 23ef6d8570 1/4: chore(deps): bump actions/checkout from 3 to 4 |
Date: |
Tue, 5 Sep 2023 04:01:25 -0400 (EDT) |
branch: elpa/haskell-mode
commit 23ef6d85703b9b299b8ab71380e72b0c5b2a78f3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
---
.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 0e45efb62c..7ed61a5377 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
with:
version: ${{ matrix.emacs_version }}
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install stack and ghc
run: nix-env -iA stack ghc -f '<nixpkgs>'
- name: Install texinfo