mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-14 18:12:35 +08:00
update actions/cache action to v4 (#684)
This commit is contained in:
2
.github/workflows/windows.yaml
vendored
2
.github/workflows/windows.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
- name: Cache Connector
|
||||
id: cache-connector
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: c:/mariadb-connector
|
||||
key: mariadb-connector-c-${{ env.CONNECTOR_VERSION }}-win
|
||||
|
Reference in New Issue
Block a user