Skip to content

Commit

Permalink
update GitHub Actions subcommands to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Feb 25, 2022
1 parent 7af25ac commit acadc89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
# Confirm that the `python` maps to the version we just installed.
Expand Down

0 comments on commit acadc89

Please sign in to comment.