瀏覽代碼

Update checkout action

Gary Guo 10 月之前
父節點
當前提交
94688e82f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ci.yml

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

@@ -18,7 +18,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - name: Install Rust
       run: |
         rustup update nightly