Skip to content

Commit

Permalink
Merge pull request #30 from zMoooooritz/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-4

Bump actions/setup-python from 2 to 4
  • Loading branch information
zMoooooritz authored Jul 25, 2022
2 parents 9119b5b + 2e62a3e commit c74c141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit c74c141

Please sign in to comment.