Skip to content

Commit

Permalink
Update the GitHub Actions checkout version to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Oct 4, 2023
1 parent 0331e95 commit cfba2c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install the latest Pip and Wheel
run: pip install --upgrade pip wheel
- name: Set up Poetry
uses: abatilo/actions-poetry@v2
- name: Build and publish
Expand Down

0 comments on commit cfba2c6

Please sign in to comment.