Skip to content

Commit d8796d6

Browse files
Bump actions/setup-python from 5.2.0 to 5.3.0 (#489)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19cc8d5 commit d8796d6

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
44-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
44+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
53+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
101+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
102102
with:
103103
python-version: "3.8"
104104
- name: Test Container Group

0 commit comments

Comments
 (0)