Skip to content

Commit

Permalink
Merge pull request #142 from Azure4DevOps/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-python-5.1.0

Bump actions/setup-python from 5.0.0 to 5.1.0
  • Loading branch information
JanuszNowak committed Jun 5, 2024
2 parents 3c012da + 4b8df69 commit 7db2666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
# Version range or exact version of Python to use, using SemVer's version range syntax. Reads from .python-version if unset.
python-version: '3.10'
Expand Down

0 comments on commit 7db2666

Please sign in to comment.