Skip to content

Commit

Permalink
Merge pull request #51 from data-apis/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns-96d1f8752b

Bump the actions group with 2 updates
  • Loading branch information
github-actions[bot] authored Dec 9, 2024
2 parents b59f2d8 + aa4e3b4 commit f673e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
path: dist

- name: Generate artifact attestation for sdist and wheel
uses: actions/attest-build-provenance@v1.4.4
uses: actions/attest-build-provenance@v2.0.1
with:
subject-path: "dist/*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
run: pixi run -e ${{ matrix.environment }} tests-ci

- name: Upload coverage report
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f673e3a

Please sign in to comment.