Skip to content

Commit 96e2be7

Browse files
authored
Merge pull request #80 from Azure-Samples/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 2 to 5
2 parents 93bb2b6 + b0e34d1 commit 96e2be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Setup python
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python_version }}
3333
architecture: x64

0 commit comments

Comments
 (0)