浏览代码

CI: Bump actions/checkout to v4

Jakub Jirutka 9 月之前
父节点
当前提交
8e0efec707
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ci.yml

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

@@ -12,7 +12,7 @@ jobs:
           - latest-stable
           - edge
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
       - name: Build rootfs tarball using script from file
         run: |