Skip to content

Commit 11821c5

Browse files
Bump the github-actions group across 1 directory with 2 updates (#115)
1 parent 0132057 commit 11821c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: tox -e test -- tests -m "unit or (not integration and not end_to_end)" --cov=src --cov=tests --cov-report=xml
6161

6262
- name: Upload unit test coverage reports to Codecov with GitHub Action
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
with:
6565
flags: unit
6666

@@ -69,6 +69,6 @@ jobs:
6969
run: tox -e test -- tests -m end_to_end --cov=src --cov=tests --cov-report=xml
7070

7171
- name: Upload end_to_end test coverage reports to Codecov with GitHub Action
72-
uses: codecov/codecov-action@v4
72+
uses: codecov/codecov-action@v5
7373
with:
7474
flags: end_to_end

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: python-package-distributions
6868
path: dist/
6969
- name: Sign the dists with Sigstore
70-
uses: sigstore/gh-action-sigstore-python@v2.1.1
70+
uses: sigstore/gh-action-sigstore-python@v3.0.0
7171
with:
7272
inputs: >-
7373
./dist/*.tar.gz

0 commit comments

Comments
 (0)