Skip to content

Commit ded6f88

Browse files
Bump the actions group with 3 updates (#26)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0257aef commit ded6f88

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: dist
5050

5151
- name: Generate artifact attestation for sdist and wheel
52-
uses: actions/attest-build-provenance@v2.4.0
52+
uses: actions/attest-build-provenance@v3.0.0
5353
with:
5454
subject-path: "dist/*"
5555

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: "3.x"
3030
- uses: pre-commit/action@v3.0.1
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454

55-
- uses: actions/setup-python@v5
55+
- uses: actions/setup-python@v6
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
allow-prereleases: true
@@ -66,6 +66,6 @@ jobs:
6666
--durations=20
6767
6868
- name: Upload coverage report
69-
uses: codecov/codecov-action@v5.5.0
69+
uses: codecov/codecov-action@v5.5.1
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)