Skip to content

Commit cf8de88

Browse files
authored
Merge branch 'main' into Finally-hooks-do-not-get-called-when-the-provider-is-not-ready-#424
2 parents 34f9acd + 9c2ed71 commit cf8de88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- if: matrix.python-version == '3.11'
4848
name: Upload coverage to Codecov
49-
uses: codecov/[email protected].0
49+
uses: codecov/[email protected].1
5050
with:
5151
flags: unittests # optional
5252
name: coverage # optional

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4444

45-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
45+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
4646
with:
4747
python-version: '3.13'
4848

0 commit comments

Comments
 (0)