Skip to content

Commit 4378d1d

Browse files
authored
Merge branch 'main' into fix/transaction-context-hooks
2 parents 13d0f92 + 5652c0c commit 4378d1d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
submodules: recursive
3030

3131
- name: Install uv and set the python version
32-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
32+
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6060
- name: Install uv and set the python version
61-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
61+
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
6262
with:
6363
python-version: "3.13"
6464

@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7979
- name: Install uv and set the python version
80-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
80+
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
8181
with:
8282
python-version: "3.13"
8383
ignore-nothing-to-cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4646

4747
- name: Install uv and set the python version
48-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
48+
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
4949
with:
5050
python-version: "3.13"
5151

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_stages: [pre-commit]
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.12.2
4+
rev: v0.12.4
55
hooks:
66
- id: ruff
77
args: [--fix]
@@ -16,7 +16,7 @@ repos:
1616
- id: check-merge-conflict
1717

1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.16.1
19+
rev: v1.17.0
2020
hooks:
2121
- id: mypy
2222
files: openfeature

0 commit comments

Comments
 (0)