ソースを参照

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

Hamir Mahal 10 ヶ月 前
コミット
e2a4da027c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/supply-chain.yml

+ 1 - 1
.github/workflows/supply-chain.yml

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