Skip to content

Commit 0db3325

Browse files
Merge pull request #152 from data-apis/dependabot/github_actions/actions-536a243e79
Bump the actions group with 3 updates
2 parents 7806a3d + fe3c46a commit 0db3325

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .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/[email protected].0
40+
uses: actions/[email protected].2
4141
with:
4242
subject-path: "dist/*"
4343

Diff for: .github/workflows/ci.yml

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

6868
- name: Upload coverage report
69-
uses: codecov/codecov-action@v5.3.1
69+
uses: codecov/codecov-action@v5.4.0
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}

Diff for: .github/workflows/docs-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Download Artifact
19-
uses: dawidd6/action-download-artifact@v8
19+
uses: dawidd6/action-download-artifact@v9
2020
with:
2121
workflow: docs-build.yml
2222
name: docs-build

0 commit comments

Comments
 (0)