Prechádzať zdrojové kódy

cicd: upgrade actions

jamesread 2 rokov pred
rodič
commit
8df8978516

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

@@ -16,13 +16,13 @@ jobs:
 
 
       - name: Set up QEMU
       - name: Set up QEMU
         id: qemu
         id: qemu
-        uses: docker/setup-qemu-action@v2
+        uses: docker/setup-qemu-action@v3
         with:
         with:
           image: tonistiigi/binfmt:latest
           image: tonistiigi/binfmt:latest
           platforms: arm64,arm
           platforms: arm64,arm
 
 
       - name: Setup node
       - name: Setup node
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@v4
         with:
         with:
           cache: 'npm'
           cache: 'npm'
           cache-dependency-path: webui.dev/package-lock.json
           cache-dependency-path: webui.dev/package-lock.json

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

@@ -17,13 +17,13 @@ jobs:
 
 
       - name: Set up QEMU
       - name: Set up QEMU
         id: qemu
         id: qemu
-        uses: docker/setup-qemu-action@v2
+        uses: docker/setup-qemu-action@v3
         with:
         with:
           image: tonistiigi/binfmt:latest
           image: tonistiigi/binfmt:latest
           platforms: arm64,arm
           platforms: arm64,arm
 
 
       - name: Setup node
       - name: Setup node
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@v4
         with:
         with:
           cache: 'npm'
           cache: 'npm'
           cache-dependency-path: webui.dev/package-lock.json
           cache-dependency-path: webui.dev/package-lock.json