From 3411930a726a7be6da42344cc896ea9beded380e Mon Sep 17 00:00:00 2001 From: KonsumGandalf Date: Sat, 27 Apr 2024 03:59:46 +0200 Subject: [PATCH] ci: increase version of actions to use node 20 --- .github/workflows/docker-build-publish.yml | 2 +- .github/workflows/lint-test-build.yml | 8 ++++---- .github/workflows/release-please.yml | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-build-publish.yml b/.github/workflows/docker-build-publish.yml index 59285f64..513852e0 100644 --- a/.github/workflows/docker-build-publish.yml +++ b/.github/workflows/docker-build-publish.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v3 backend: runs-on: ubuntu-latest diff --git a/.github/workflows/lint-test-build.yml b/.github/workflows/lint-test-build.yml index f85475de..72c127c6 100644 --- a/.github/workflows/lint-test-build.yml +++ b/.github/workflows/lint-test-build.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 @@ -44,7 +44,7 @@ jobs: with: fetch-depth: 1 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 @@ -67,7 +67,7 @@ jobs: with: fetch-depth: 1 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 @@ -90,7 +90,7 @@ jobs: with: fetch-depth: 1 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index c9124472..224bd817 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,5 +16,4 @@ jobs: - uses: google-github-actions/release-please-action@v4 with: release-type: node - package-name: xcelerator-demo target-branch: main