diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8735a618..92aef6e82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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