Browse Source

Fix github-actions versioning

Matthew Esposito 2 years ago
parent
commit
b5fc4bef28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main-rust.yml

+ 1 - 1
.github/workflows/main-rust.yml

@@ -24,7 +24,7 @@ jobs:
         uses: actions/checkout@v3
 
       - name: Cache Packages
-        uses: Swatinem/rust-cache@2
+        uses: Swatinem/rust-cache@v2
 
       - name: Install stable toolchain
         uses: dtolnay/rust-toolchain@stable