Skip to content

Commit

Permalink
see if fixes action by going to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Jul 23, 2024
1 parent f8f9529 commit e538376
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -36,7 +36,6 @@ jobs:
- name: Ruff
uses: actions/checkout@v4
uses: chartboost/ruff-action@v1

# - name: Upload coverage to coveralls
Expand Down

0 comments on commit e538376

Please sign in to comment.