Skip to content

Commit

Permalink
remove '@v2' from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nhammond129 committed Nov 1, 2021
1 parent f972697 commit 1b3b8b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
python-version: [3.9, 3.10]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python
with:
python-version: ${{ matrix.python-version }}
- name: Cache pip
uses: actions/cache@v2
uses: actions/cache
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down

0 comments on commit 1b3b8b6

Please sign in to comment.