From 43d60694e4ef3305fb1db871b13eade8d6ae26b7 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 31 Aug 2024 22:25:52 +0200 Subject: [PATCH] fix(CI/codestyle): bump dependencies for Node.js 20 (#19778) --- .github/workflows/codestyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index f24a1d2523..74f9320504 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: AzerothCore codestyle