Skip to content

Commit

Permalink
Merge pull request #43 from Living-with-machines/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/setup-python-3
  • Loading branch information
sgibson91 authored Mar 7, 2022
2 parents 9519f3d + 2e7e2de commit 783d858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Python 3.9
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: 3.9

Expand Down

0 comments on commit 783d858

Please sign in to comment.