Browse Source

ci: Update to checkout/cache actions to v4

The v2 cache version has been deprecated and that prevents CI from
running; update to the latest version (v4).
Nicholas Bishop 1 month ago
parent
commit
a3ffcc6749
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -23,8 +23,8 @@ jobs:
     name: cargo +nightly build
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
-      - uses: actions/cache@v2
+      - uses: actions/checkout@v4
+      - uses: actions/cache@v4
         with:
           path: |
             ~/.cargo/bin