Skip to content

Commit d2cc755

Browse files
Bump actions/setup-python from 5.6.0 to 6.0.0 (#850)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6909d83 commit d2cc755

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
with:
4545
persist-credentials: false
46-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
46+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4747
with:
4848
python-version: 3.8
4949
cache: pip

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# registry: ${{ secrets.REGISTRY }}
5353
# username: ${{ secrets.REGISTRY_USER }}
5454
# password: ${{ secrets.REGISTRY_TOKEN }}
55-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
55+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5656
with:
5757
python-version: ${{ matrix.python }}
5858
- name: Install requirements
@@ -102,7 +102,7 @@ jobs:
102102
# registry: ${{ secrets.REGISTRY }}
103103
# username: ${{ secrets.REGISTRY_USER }}
104104
# password: ${{ secrets.REGISTRY_TOKEN }}
105-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
105+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
106106
with:
107107
python-version: "3.10"
108108
- name: Test Container Group

0 commit comments

Comments
 (0)