branch: externals/urgrep
commit a5f925906360c52b5c17990f8f1b1480df0698e6
Author: Jim Porter <[email protected]>
Commit: Jim Porter <[email protected]>
Use checkout@v4
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 16fe20e032..144a247b32 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
fail-fast: false
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}