From 5417031d79da4bcd034798aa6e1a2ce3f9d682a2 Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 12 Oct 2020 11:58:38 -0400 Subject: [PATCH] Update some GH actions --- .github/workflows/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 32761ea75..36d57e639 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -33,7 +33,7 @@ jobs: run: sudo apt-get install libtag1-dev - name: Set up Go 1.15 - uses: actions/setup-go@v1 + uses: actions/setup-go@v2 with: go-version: 1.15 id: go @@ -41,7 +41,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - uses: actions/cache@v1 + - uses: actions/cache@v2 id: cache-go with: path: ~/go/pkg/mod @@ -64,7 +64,7 @@ jobs: with: node-version: 14 - - uses: actions/cache@v1 + - uses: actions/cache@v2 id: cache-npm with: path: ~/.npm @@ -152,7 +152,7 @@ jobs: buildx-version: latest qemu-version: latest - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 if: env.DOCKER_IMAGE != '' - uses: actions/download-artifact@v2