浏览代码

ci: update to `checkout@v3` to avoid warnings

Carlo Sala 2 年之前
父节点
当前提交
ec0003f2fa
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/main.yml

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

@@ -7,7 +7,7 @@ on:
     branches:
     branches:
       - master
       - master
   push:
   push:
-    branches: 
+    branches:
       - master
       - master
 
 
 concurrency:
 concurrency:
@@ -27,7 +27,7 @@ jobs:
         os: [ubuntu-latest, macos-latest]
         os: [ubuntu-latest, macos-latest]
     steps:
     steps:
       - name: Set up git repository
       - name: Set up git repository
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
       - name: Install zsh
       - name: Install zsh
         if: runner.os == 'Linux'
         if: runner.os == 'Linux'
         run: sudo apt-get update; sudo apt-get install zsh
         run: sudo apt-get update; sudo apt-get install zsh