Skip to content

Commit 536e096

Browse files
Bump actions/setup-python from 5.1.1 to 5.2.0 (#357)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7e8c19 commit 536e096

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
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
egress-policy: audit
3838
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
39+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
4040
with:
4141
python-version: 3.8
4242
cache: pip

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
registry: ${{ secrets.REGISTRY }}
4646
username: ${{ secrets.REGISTRY_USER }}
4747
password: ${{ secrets.REGISTRY_TOKEN }}
48-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
48+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
4949
with:
5050
python-version: ${{ matrix.python }}
5151
- name: Install requirements
@@ -88,7 +88,7 @@ jobs:
8888
registry: ${{ secrets.REGISTRY }}
8989
username: ${{ secrets.REGISTRY_USER }}
9090
password: ${{ secrets.REGISTRY_TOKEN }}
91-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
91+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
9292
with:
9393
python-version: "3.8"
9494
- name: Test Container Group

0 commit comments

Comments
 (0)