Skip to content

Commit 7bc1121

Browse files
authored
ci: set version number correctly when versioning (#4219)
1 parent c2cbb64 commit 7bc1121

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/make-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
node-version: ${{ env.NODE_VERSION }}
3535
cache: "npm"
3636
- name: Setup dependencies
37-
uses: aws-powertools/actions/.github/actions/cached-node-modules@7d2401cbbb232594bde7285bc5b8c0c78dcbe6e2 # v1.2.0
37+
uses: aws-powertools/actions/.github/actions/cached-node-modules@da5bcb1a3d22f87bc48b570c818d26f44c0fc960 # v1.3.0
3838
with:
3939
node-version: ${{ env.NODE_VERSION }}
4040
build: "false"
4141
- name: Version and changelog
4242
id: version-n-changelog
43-
uses: aws-powertools/actions/.github/actions/version-n-changelog@7d2401cbbb232594bde7285bc5b8c0c78dcbe6e2 # v1.2.0
43+
uses: aws-powertools/actions/.github/actions/version-n-changelog@da5bcb1a3d22f87bc48b570c818d26f44c0fc960 # v1.3.0
4444
with:
4545
release-type: ${{ github.event.inputs.release-type }}
4646
- name: Update user agent version
@@ -51,7 +51,7 @@ jobs:
5151
run: git add .
5252
- name: Create PR
5353
id: create-pr
54-
uses: aws-powertools/actions/.github/actions/create-pr@7d2401cbbb232594bde7285bc5b8c0c78dcbe6e2 # v1.2.0
54+
uses: aws-powertools/actions/.github/actions/create-pr@da5bcb1a3d22f87bc48b570c818d26f44c0fc960 # v1.3.0
5555
with:
5656
temp_branch_prefix: "ci-bump"
5757
pull_request_title: "chore(ci): bump version to ${{ steps.version-n-changelog.outputs.new-version }}"

.github/workflows/publish_layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: git add .
111111
- name: Create PR
112112
id: create-pr
113-
uses: aws-powertools/actions/.github/actions/create-pr@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1.0
113+
uses: aws-powertools/actions/.github/actions/create-pr@da5bcb1a3d22f87bc48b570c818d26f44c0fc960 # v1.3.0
114114
with:
115115
temp_branch_prefix: 'ci-layer-docs'
116116
pull_request_title: 'chore(ci): update layer ARN on documentation'

0 commit comments

Comments
 (0)