Skip to content

Commit

Permalink
build(deps): bump the actions group with 2 updates (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 09cfee3 commit f394a63
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 @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
Expand All @@ -49,7 +49,7 @@ jobs:
--cov-report=term --durations=20
- name: Upload coverage report
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand All @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
Expand All @@ -83,6 +83,6 @@ jobs:
--cov-report=term --durations=20
- name: Upload coverage report
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f394a63

Please sign in to comment.