Skip to content

Commit 56e12be

Browse files
chore(deps): update actions/setup-python action to v6.1.0
1 parent d4ef574 commit 56e12be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
submodules: true
3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
31+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install dependencies
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
submodules: true
6666
- name: Set up Python ${{ matrix.python-version }}
67-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
67+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6868
with:
6969
python-version: ${{ matrix.python-version }}
7070
- name: Install dependencies & lib

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
submodules: true
2424
- name: Set up Python
25-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
25+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2626
with:
2727
python-version: '3.x'
2828
- name: Install dependencies

0 commit comments

Comments
 (0)