Skip to content

Commit cf1fb36

Browse files
Update actions/setup-python digest to 83679a8 (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b4d1ec commit cf1fb36

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0
5050

5151
- name: setup python ${{ env.PYTHON_VERSION }}
52-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
52+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
5353
with:
5454
python-version: ${{ env.PYTHON_VERSION }}
5555
- name: install python dependencies

.github/workflows/build_one.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7070

7171
- name: setup python ${{ env.PYTHON_VERSION }}
72-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
72+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
7373
with:
7474
python-version: ${{ env.PYTHON_VERSION }}
7575
- name: install python dependencies
@@ -100,7 +100,7 @@ jobs:
100100
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
101101

102102
- name: setup python ${{ env.PYTHON_VERSION }}
103-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
103+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
104104
with:
105105
python-version: ${{ env.PYTHON_VERSION }}
106106
- name: install python dependencies and setuptools (required to build GLib)

.github/workflows/remove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: checkout
2222
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2323

24-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
24+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
2525
with:
2626
python-version: ${{ env.PYTHON_VERSION }}
2727
- run: python -m pip install -r requirements.txt

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4444

4545
- name: setup python ${{ env.PYTHON_VERSION }}
46-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
46+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
4747
with:
4848
python-version: ${{ env.PYTHON_VERSION }}
4949
- name: install python dependencies
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7979

8080
- name: setup python ${{ env.PYTHON_VERSION }}
81-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
81+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
8282
with:
8383
python-version: ${{ env.PYTHON_VERSION }}
8484
- name: install python dependencies and setuptools (required to build GLib)

0 commit comments

Comments
 (0)