Skip to content

Commit 7dfd6e4

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0 (#615)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b28b82 commit 7dfd6e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
github.com:443
4242
pypi.org:443
4343
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
44+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4545
with:
4646
python-version: 3.8
4747
cache: pip

.github/workflows/test-runner-ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# registry: ${{ secrets.REGISTRY }}
5151
# username: ${{ secrets.REGISTRY_USER }}
5252
# password: ${{ secrets.REGISTRY_TOKEN }}
53-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
53+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
5454
with:
5555
python-version: ${{ matrix.python }}
5656
- name: Install requirements
@@ -98,7 +98,7 @@ jobs:
9898
# registry: ${{ secrets.REGISTRY }}
9999
# username: ${{ secrets.REGISTRY_USER }}
100100
# password: ${{ secrets.REGISTRY_TOKEN }}
101-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
101+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
102102
with:
103103
python-version: "3.8"
104104
- name: Test Container Group

0 commit comments

Comments
 (0)