Skip to content

Commit 469c6f5

Browse files
authored
Merge pull request #497 from microsoft/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2 parents 039b740 + 81b1512 commit 469c6f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Checkout
4343
uses: actions/checkout@v5
4444
- name: Set up Python ${{ matrix.python-version }}
45-
uses: actions/setup-python@v5
45+
uses: actions/setup-python@v6
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Install dependencies
@@ -83,7 +83,7 @@ jobs:
8383
- name: Checkout
8484
uses: actions/checkout@v5
8585
- name: Set up Python ${{ matrix.python-version }}
86-
uses: actions/setup-python@v5
86+
uses: actions/setup-python@v6
8787
with:
8888
python-version: ${{ matrix.python-version }}
8989
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v5
2727
- name: Set up Python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: 3.12
3131
- name: Install poetry and mono-repo-deps plugin

0 commit comments

Comments
 (0)