Skip to content

Commit

Permalink
Merge pull request #766 from openforcefield/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-python-v2.1.4

Bump actions/setup-python from v1 to v2.1.4
  • Loading branch information
mattwthompson committed Nov 13, 2020
2 parents 19e8cde + 9bda485 commit f716068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v1
- uses: actions/setup-python@v2.1.4
with:
python-version: '3.7'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/py36-checks.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2.1.4
with:
python-version: 3.6
- name: Python 3.6 timebomb
Expand Down

0 comments on commit f716068

Please sign in to comment.