Skip to content

Commit

Permalink
Merge pull request #70 from callowayproject/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/github-actions-e9c705d7f8

Bump the github-actions group with 3 updates
  • Loading branch information
coordt authored May 5, 2024
2 parents 42c9aaa + 5789fda commit 6b8d0c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Test
run: pytest --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: test-reports/coverage.xml
Expand All @@ -60,13 +60,13 @@ jobs:
name: Publish in-dev package to test.pypi.org
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
ref: ${{ github.head_ref }}

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
Expand Down

0 comments on commit 6b8d0c4

Please sign in to comment.