diff options
author | sudlud <sudlud@users.noreply.github.com> | 2024-08-31 22:25:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-31 22:25:52 +0200 |
commit | 43d60694e4ef3305fb1db871b13eade8d6ae26b7 (patch) | |
tree | 301acf917fa952c9072e878f36856ab00c9f10e3 /.github | |
parent | 5331a299621a5e10f9d6067bc7d77994dcd1cddf (diff) |
fix(CI/codestyle): bump dependencies for Node.js 20 (#19778)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codestyle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |