Bump actions/cache from 3 to 4 (#1385)

This commit is contained in:
dependabot[bot] 2024-02-13 11:15:41 +00:00 committed by GitHub
parent e5a366d07f
commit 97556c4c76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,7 @@ jobs:
target: ${{ matrix.target }}
toolchain: ${{ matrix.toolchain }}
- name: Cache cargo plugins
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo/bin/
key: ${{ runner.os }}-cargo-plugins