Skip to content

Commit

Permalink
Fix more CI warnings from deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Jun 24, 2024
1 parent cc9e79a commit 13510ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: sourcemod

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: hl2sdk-mysql-mmsource
with:
Expand All @@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-mysql${{ env.MYSQL_VERSION }}-
# Setup Python for AMBuild
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
name: Setup Python 3.8
with:
python-version: 3.8
Expand Down

0 comments on commit 13510ea

Please sign in to comment.