Skip to content

Commit 2ed597f

Browse files
authored
Merge branch 'main' into dependabot/github_actions/zgosalvez/github-actions-ensure-sha-pinned-actions-4.0.1
2 parents fae1c32 + bd057bd commit 2ed597f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/layers_partition_verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
region: ${{ fromJson(needs.setup.outputs.regions) }}
121121
steps:
122122
- name: Download Metadata
123-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
123+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
124124
with:
125125
name: AWSLambdaPowertoolsTypeScriptV2.json
126126
- id: transform

.github/workflows/layers_partitions_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
region: ${{ fromJson(inputs.regions) }}
3434
steps:
3535
- name: Download Zip
36-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
36+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
3737
with:
3838
name: AWSLambdaPowertoolsTypeScriptV2.zip
3939

4040
- name: Download Metadata
41-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
41+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
4242
with:
4343
name: AWSLambdaPowertoolsTypeScriptV2.json
4444

.github/workflows/reusable_deploy_layer_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup dependencies
8888
uses: aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
8989
- name: Download artifact
90-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
90+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9191
with:
9292
name: ${{ inputs.artifact-name }}
9393
- name: Unzip artifact

0 commit comments

Comments
 (0)