Skip to content

Commit

Permalink
Merge pull request #10 from jGaboardi/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-3.0.0

build(deps): bump actions/setup-python from 2 to 3.0.0
  • Loading branch information
jGaboardi authored Feb 28, 2022
2 parents 1ce3653 + a7f33aa commit 786e6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.x'

Expand Down

0 comments on commit 786e6d3

Please sign in to comment.