update actions/cache action to v4 (#684)

This commit is contained in:
renovate[bot]
2024-01-18 21:57:52 +09:00
committed by GitHub
parent a2212b3382
commit e2a908bc28

View File

@ -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