chore(CI): bump actions off the deprecated Node 20 runtime (#26720)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
sudlud
2026-07-21 17:22:01 +02:00
committed by GitHub
parent db8a92b8b7
commit 9e6803c1db
12 changed files with 18 additions and 18 deletions

View File

@@ -22,9 +22,9 @@ jobs:
name: C++
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Setup python
uses: actions/setup-python@v5
uses: actions/setup-python@v7
with:
python-version: '3.10'
- name: AzerothCore codestyle