Skip to content

Commit ca01f20

Browse files
authored
Merge pull request #363 from TotallyNotRobots/renovate/actions-setup-python-6.x
chore(deps): update actions/setup-python action to v6
2 parents ab4d965 + 4273b26 commit ca01f20

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pre-commit-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
16+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1717
with:
1818
python-version: '3.13'
1919

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1111

1212
- name: Set up Python
13-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
13+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1414
with:
1515
python-version: "3.x"
1616

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3030

3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
32+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3333
with:
3434
python-version: "${{matrix.python-version}}"
3535
cache: "pip"

0 commit comments

Comments
 (0)