1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-23 22:42:01 -07:00

Ci: update actions/checkout to v4 from v3.

This updates internally to using Node 20 and removes some deprecation
notices within the GitHub Actions UI about Node 16 being deprecated.
This commit is contained in:
Bruce Mitchener 2024-02-29 23:19:36 +07:00 committed by Richard Brooksby
parent d31b98369d
commit 9fe4b93060
4 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ jobs:
check-shell-scripts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install shellcheck
run: sudo apt-get install -y shellcheck
- name: Check shell scripts