Skip to content

Commit fa1a00b

Browse files
chore(deps): bump actions/setup-python from 5.6.0 to 6.0.0 (#327)
1 parent d246db0 commit fa1a00b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@v5.6.0
34+
uses: actions/setup-python@v6.0.0
3535
with:
3636
python-version: 3.12
3737

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v5.6.0
27+
uses: actions/setup-python@v6.0.0
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies

0 commit comments

Comments
 (0)