Skip to content

Commit

Permalink
Merge branch 'main' into Finally-hooks-do-not-get-called-when-the-pro…
Browse files Browse the repository at this point in the history
…vider-is-not-ready-open-feature#424
  • Loading branch information
chrfwow authored Jan 29, 2025
2 parents 34f9acd + 9c2ed71 commit cf8de88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- if: matrix.python-version == '3.11'
name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.3.0
uses: codecov/codecov-action@v5.3.1
with:
flags: unittests # optional
name: coverage # optional
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
with:
python-version: '3.13'

Expand Down

0 comments on commit cf8de88

Please sign in to comment.