Skip to content

Commit

Permalink
Merge pull request #80 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
tonybaloney authored May 6, 2024
2 parents 93bb2b6 + b0e34d1 commit 96e2be7
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@v4
- 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 96e2be7

Please sign in to comment.