Skip to content

Commit 4c6ece5

Browse files
feat(github/actions/setup-python)!: Update v4.9.1 ➼ v6.0.0
1 parent cbf7cc9 commit 4c6ece5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
token: "${{ steps.oauth-token.outputs.token }}"
6363

6464
- name: Setup Python
65-
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
65+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6666
with:
6767
python-version: 3.x
6868
cache: pip

.github/workflows/render-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
token: "${{ steps.oauth-token.outputs.token }}"
3030

3131
- name: Setup Python
32-
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
32+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3333
with:
3434
python-version: 3.x
3535
cache: pip

0 commit comments

Comments
 (0)