Skip to content

Commit

Permalink
Merge pull request #26 from T-Systems-MMS/renovate/actions-setup-pyth…
Browse files Browse the repository at this point in the history
…on-3.x

Update actions/setup-python action to v3
  • Loading branch information
michaelamattes authored May 4, 2022
2 parents eab219a + e3d1c8c commit 6f8ce3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.7
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: 3.7

Expand Down

0 comments on commit 6f8ce3f

Please sign in to comment.