From cf702af2a7e7ebb16faf9f7e56a86f5a2bea6987 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 07:47:04 +0000 Subject: [PATCH] Update GitHub Actions - updates (#7) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/update-docs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b243b98..9c137d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -182,7 +182,7 @@ jobs: username: ${{ secrets.WASP_DOCKERHUB_USERNAME }} password: ${{ secrets.WASP_DOCKERHUB_TOKEN }} - name: Build image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: builder: ${{ steps.buildx.outputs.name }} context: . diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e24a349..ade068f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -128,7 +128,7 @@ jobs: with: buildkitd-flags: "--debug" - name: Build image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: builder: ${{ steps.buildx.outputs.name }} context: . diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index cf217d7..a0a6cab 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -15,7 +15,7 @@ jobs: with: node-version: 18.x - name: Cache Node.js modules - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}