mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 12:27:03 +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
|
- name: Cache Connector
|
||||||
id: cache-connector
|
id: cache-connector
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: c:/mariadb-connector
|
path: c:/mariadb-connector
|
||||||
key: mariadb-connector-c-${{ env.CONNECTOR_VERSION }}-win
|
key: mariadb-connector-c-${{ env.CONNECTOR_VERSION }}-win
|
||||||
|
Reference in New Issue
Block a user