Skip to content

Commit

Permalink
Merge pull request #131 from renanivo/dependabot/github_actions/gh_ac…
Browse files Browse the repository at this point in the history
…tions_dependencies-fd1415fdc0

Bump the gh_actions_dependencies group with 2 updates
  • Loading branch information
renanivo authored Dec 30, 2024
2 parents 75df838 + 5c4864c commit 2bc9400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "::set-output name=dir::$(pip cache dir)"
- name: pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ matrix.os }}-${{ matrix.python-version }}-v2-${{ hashFiles('**/setup.py') }}
Expand All @@ -67,6 +67,6 @@ jobs:
make check test
- name: Upload coverage
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.2
with:
name: ${{ matrix.os }} Python ${{ matrix.python-version }} ${{ matrix.pytest }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "::set-output name=dir::$(pip cache dir)"
- name: pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key:
Expand Down

0 comments on commit 2bc9400

Please sign in to comment.