fix: usage of node12 which is deprecated (#11224)

This commit is contained in:
Hamir Mahal 2024-10-05 09:22:18 -07:00 committed by GitHub
parent e968b3d252
commit e2a4da027c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ jobs:
- name: Install Rust
run: rustup update stable && rustup default stable
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ${{ runner.tool_cache }}/cargo-vet
key: cargo-vet-bin-${{ env.CARGO_VET_VERSION }}