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:
parent
d31b98369d
commit
9fe4b93060
4 changed files with 5 additions and 5 deletions
2
mps/.github/workflows/shell-script-check.yml
vendored
2
mps/.github/workflows/shell-script-check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue