소스 검색

Update actions (#570)

* Update actions

* Update actions/checkout to v3
Sven Serlier 3 년 전
부모
커밋
7a437c5456
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/deploy_charts.yml
  2. 1 1
      .github/workflows/format_validation.yml

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

@@ -11,7 +11,7 @@ jobs:
         run: /bin/bash -c "curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash"
 
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 0
 

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

@@ -10,7 +10,7 @@ jobs:
       image: ixsystems/catalog_validation:latest
 
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v3
       name: Checkout
     - name: Validate catalog format
       run: |