Skip to content

Commit f77c598

Browse files
committed
ci(deps): bump actions/[email protected] to v6.0.0
1 parent 8fdbc3e commit f77c598

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Setup | Install Python ${{ env.COMMON_PYTHON_VERSION }}
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6464
with:
6565
python-version: ${{ env.COMMON_PYTHON_VERSION }}
6666

.github/workflows/validate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
git checkout -B ${{ github.ref_name }}
101101
102102
- name: Setup | Install Python ${{ env.COMMON_PYTHON_VERSION }}
103-
uses: actions/setup-python@v5
103+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
104104
with:
105105
python-version: ${{ env.COMMON_PYTHON_VERSION }}
106106
cache: 'pip'
@@ -167,7 +167,7 @@ jobs:
167167
fetch-depth: 1
168168

169169
- name: Setup | Install Python ${{ env.LOWEST_PYTHON_VERSION }}
170-
uses: actions/setup-python@v5
170+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
171171
with:
172172
python-version: ${{ env.LOWEST_PYTHON_VERSION }}
173173
cache: 'pip'
@@ -223,7 +223,7 @@ jobs:
223223
fetch-depth: 1
224224

225225
- name: Setup | Install Python ${{ matrix.python-version }}
226-
uses: actions/setup-python@v5
226+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
227227
with:
228228
python-version: ${{ matrix.python-version }}
229229
cache: 'pip'
@@ -312,7 +312,7 @@ jobs:
312312
fetch-depth: 1
313313

314314
- name: Setup | Install Python ${{ matrix.python-version }}
315-
uses: actions/setup-python@v5
315+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
316316
with:
317317
python-version: ${{ matrix.python-version }}
318318
cache: 'pip'
@@ -453,7 +453,7 @@ jobs:
453453
fetch-depth: 1
454454

455455
- name: Setup | Install Python ${{ env.COMMON_PYTHON_VERSION }}
456-
uses: actions/setup-python@v5
456+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
457457
with:
458458
python-version: ${{ env.COMMON_PYTHON_VERSION }}
459459
cache: 'pip'

0 commit comments

Comments
 (0)