Skip to content

Commit

Permalink
Merge pull request #2 from drewcassidy/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-3.1.1

Bump actions/setup-python from 2 to 3.1.1
  • Loading branch information
drewcassidy committed Apr 8, 2022
2 parents fe9aa93 + caa4560 commit c758338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3.1.1
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3.1.1
with:
python-version: '3.x'

Expand Down

0 comments on commit c758338

Please sign in to comment.