Skip to content

Commit 4d3251e

Browse files
ci(github-action)!: Update actions/setup-python ( v5 ➔ v6 )
| datasource | package | from | to | | ----------- | -------------------- | ---- | -- | | github-tags | actions/setup-python | v5 | v6 |
1 parent 744e4e5 commit 4d3251e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/workflow_call-build_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4343

4444
- name: Setup Python
45-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
45+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
4646
with:
4747
python-version: "3.11"
4848
cache: "pip" # caching pip dependencies

.github/workflows/workflow_call-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
13-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
13+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1414
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1515
with:
1616
extra_args: --config .pre-commit-config.yaml

.github/workflows/workflow_call-render-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
token: "${{ steps.app-token.outputs.token }}"
3232

3333
- name: Setup Python
34-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
34+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3535
with:
3636
python-version: "3.11"
3737
cache: "pip" # caching pip dependencies

0 commit comments

Comments
 (0)