Skip to content

Commit 03c4ad7

Browse files
authored
Merge pull request #726 from aws-powertools/dependabot/github_actions/actions/setup-python-5.4.0
chore(deps): bump actions/setup-python from 5.3.0 to 5.4.0
2 parents 5f17cc2 + 8807635 commit 03c4ad7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Set up Python
27-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
27+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2828
with:
2929
python-version: "3.12"
3030
- name: Capture branch and tag

.github/workflows/reusable_publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install poetry
4242
run: pipx install poetry
4343
- name: Set up Python
44-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
44+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4545
with:
4646
python-version: "3.12"
4747
cache: "poetry"

0 commit comments

Comments
 (0)