Skip to content

Commit

Permalink
PR #58 follow-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Oct 21, 2023
1 parent 160021b commit 13c187c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3
with:
path: 'geerlingguy.pip'

- name: Set up Python 3.
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4
with:
python-version: '3.x'

Expand All @@ -50,12 +50,12 @@ jobs:

steps:
- name: Check out the codebase.
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3
with:
path: 'geerlingguy.pip'

- name: Set up Python 3.
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4
with:
python-version: '3.x'

Expand Down

0 comments on commit 13c187c

Please sign in to comment.