Skip to content

Commit 8eb6fca

Browse files
authored
Update GitHub Actions workflows. (#1058)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 20cf97893b0fd553d253e9cee1c73884d4bb2d38.
1 parent 1a92aa9 commit 8eb6fca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272

7373
- name: Setup Python
7474
if: inputs.tools == 'all' || contains(inputs.tools, 'python')
75-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
75+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
7676
with:
7777
python-version: 3.11.8
7878

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
persist-credentials: false
6363
- name: Configure AWS Credentials
64-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
64+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
6565
with:
6666
aws-access-key-id: ${{ secrets.AWS_CORP_S3_UPLOAD_ACCESS_KEY_ID }}
6767
aws-region: us-west-2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
tools: pulumictl, pulumicli, go, schema-tools
6262
- name: Configure AWS Credentials
63-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
63+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
6464
with:
6565
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
6666
aws-region: us-east-2

0 commit comments

Comments
 (0)