Skip to content

Commit 08439f3

Browse files
authored
Merge pull request #7803 from microsoft/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2 parents b039892 + 231454f commit 08439f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/get-started-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v5
3535

3636
- name: Set up Python ${{ matrix.python-version }}
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040

@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v5
6666

6767
- name: Set up Python ${{ matrix.python-version }}
68-
uses: actions/setup-python@v5
68+
uses: actions/setup-python@v6
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171

0 commit comments

Comments
 (0)