From 1c8f9fb9f661f3aa18ce8c95a840011ae10670a2 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Fri, 25 Jul 2025 00:48:22 +0200 Subject: [PATCH] ci: update `make-release.yml` workflow to use latest upstream --- .github/workflows/make-version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make-version.yml b/.github/workflows/make-version.yml index fd1c1e75b6..e902a84f61 100644 --- a/.github/workflows/make-version.yml +++ b/.github/workflows/make-version.yml @@ -34,13 +34,13 @@ jobs: node-version: ${{ env.NODE_VERSION }} cache: "npm" - name: Setup dependencies - uses: aws-powertools/actions/.github/actions/cached-node-modules@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1.0 + uses: aws-powertools/actions/.github/actions/cached-node-modules@7d2401cbbb232594bde7285bc5b8c0c78dcbe6e2 # v1.2.0 with: node-version: ${{ env.NODE_VERSION }} build: "false" - name: Version and changelog id: version-n-changelog - uses: aws-powertools/actions/.github/actions/version-n-changelog@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1.0 + uses: aws-powertools/actions/.github/actions/version-n-changelog@7d2401cbbb232594bde7285bc5b8c0c78dcbe6e2 # v1.2.0 with: release-type: ${{ github.event.inputs.release-type }} - name: Update user agent version @@ -51,7 +51,7 @@ jobs: run: git add . - name: Create PR id: create-pr - uses: aws-powertools/actions/.github/actions/create-pr@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1.0 + uses: aws-powertools/actions/.github/actions/create-pr@7d2401cbbb232594bde7285bc5b8c0c78dcbe6e2 # v1.2.0 with: temp_branch_prefix: "ci-bump" pull_request_title: "chore(ci): bump version to ${{ steps.version-n-changelog.outputs.new-version }}"