mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Fix more CI warnings from deprecations
This commit is contained in:
parent
cc9e79a386
commit
13510eab80
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
path: sourcemod
|
path: sourcemod
|
||||||
|
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: hl2sdk-mysql-mmsource
|
cache-name: hl2sdk-mysql-mmsource
|
||||||
with:
|
with:
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
${{ runner.os }}-build-${{ env.cache-name }}-mysql${{ env.MYSQL_VERSION }}-
|
${{ runner.os }}-build-${{ env.cache-name }}-mysql${{ env.MYSQL_VERSION }}-
|
||||||
|
|
||||||
# Setup Python for AMBuild
|
# Setup Python for AMBuild
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v5
|
||||||
name: Setup Python 3.8
|
name: Setup Python 3.8
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user