Skip to content

Commit fa09ed9

Browse files
authored
Merge pull request #9271 from aws/dependabot/github_actions/gh-pages/actions/setup-python-5.4.0
2 parents 654a114 + 1d1ed4e commit fa09ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sphinx-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # version 4.2.2
13-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # version 5.3.0
13+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # version 5.4.0
1414
with:
1515
python-version: "3.12"
1616
cache: pip

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # version 4.2.2
22-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # version 5.3.0
22+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # version 5.4.0
2323
with:
2424
python-version: "3.12"
2525
cache: pip

0 commit comments

Comments
 (0)