Skip to content

Commit e2a908b

Browse files
update actions/cache action to v4 (PyMySQL#684)
1 parent a2212b3 commit e2a908b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Cache Connector
1717
id: cache-connector
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
with:
2020
path: c:/mariadb-connector
2121
key: mariadb-connector-c-${{ env.CONNECTOR_VERSION }}-win

0 commit comments

Comments
 (0)