Skip to content

Commit

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

Bump the github-actions group across 1 directory with 3 updates
  • Loading branch information
coordt authored Dec 1, 2024
2 parents ba0c89b + e74f7fe commit 04472d0
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 @@ -43,7 +43,7 @@ jobs:
- name: Test
run: pytest --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: test-reports/coverage.xml
Expand All @@ -56,13 +56,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 04472d0

Please sign in to comment.