Skip to content

Commit 2d94311

Browse files
authored
Merge pull request #146 from Azure-Samples/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents a7b23cd + 36b37ce commit 2d94311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azure-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }}
7979

8080
- name: Setup python
81-
uses: actions/setup-python@v5
81+
uses: actions/setup-python@v6
8282
with:
8383
python-version: 3.11
8484
architecture: x64

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v5
3434
- name: Setup python
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: ${{ matrix.python_version }}
3838
architecture: x64

0 commit comments

Comments
 (0)