Upgrade some deprecated GitHub actions (#16607)

The UI complains about them being on Node 16.
This commit is contained in:
Mathias LANG 2024-06-22 06:24:46 +02:00 committed by GitHub
parent 9fd775b37c
commit 1d8f290318
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ jobs:
env:
SKIP: no-commit-to-branch
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure Git
run: |
git config --global color.diff.meta "11"
@ -29,8 +29,8 @@ jobs:
git config --global color.diff.whitespace "red reverse"
git config --global diff.wsErrorHighlight "all"
- uses: actions/setup-python@v3.0.0
- uses: pre-commit/action@v3.0.0
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1
- name: Check changelog entries
run: |
check_prefix="$(find changelog -type f -name '*\.dd' -a ! -name 'dmd\.*' -a ! -name 'druntime\.*')"