فهرست منبع

cicd: Upgrade checkout action from v2 -> v3 https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

jamesread 3 سال پیش
والد
کامیت
be7effd317
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .github/workflows/build-snapshot.yml
  2. 1 1
      .github/workflows/build-tag.yml

+ 1 - 1
.github/workflows/build-snapshot.yml

@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
 
       - name: Set up QEMU
       - name: Set up QEMU
         id: qemu
         id: qemu

+ 1 - 1
.github/workflows/build-tag.yml

@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
 
       - name: Set up QEMU
       - name: Set up QEMU
         id: qemu
         id: qemu