Skip to content

Commit f673e3a

Browse files
Merge pull request #51 from data-apis/dependabot/github_actions/actions-96d1f8752b
Bump the actions group with 2 updates
2 parents b59f2d8 + aa4e3b4 commit f673e3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: dist
3838

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

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
run: pixi run -e ${{ matrix.environment }} tests-ci
6666

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

0 commit comments

Comments
 (0)