Skip to content

Commit

Permalink
Merge pull request #46 from Azure-Samples/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-python-5

Bump actions/setup-python from 2 to 5
  • Loading branch information
bobtabor-msft committed Jun 10, 2024
2 parents dfa9a06 + e54ea4e commit a8d45a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
architecture: x64
Expand Down

0 comments on commit a8d45a9

Please sign in to comment.