Skip to content

Commit fd37f48

Browse files
authored
Merge branch 'main' into feature/ipw-analytic-se
2 parents 0973f16 + 1ad6c8a commit fd37f48

29 files changed

Lines changed: 500 additions & 68 deletions

.github/workflows/advanced-on-demand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
});
4141
return pr.data.head.sha
4242
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v7
4444
with:
4545
ref: ${{ steps.sha.outputs.result }}
4646

.github/workflows/build-docker-image-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
packages: write
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v7
1818
name: Checkout repository
1919

2020
- uses: pmorelli92/github-container-registry-build-push@2.2.1

.github/workflows/ci-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
3030

3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v7
3333

3434
- name: Set up Python ${{ matrix.python-version }}
3535
uses: actions/setup-python@v6

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
test-group: [1, 2, 3, 4, 5, 6]
3434

3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v7
3737

3838
- name: Set up Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v6
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Cache virtualenv
5252
id: cache-venv
53-
uses: actions/cache@v5
53+
uses: actions/cache@v6
5454
with:
5555
path: .venv
5656
key: venv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}

.github/workflows/copilot-setup-steps.yml

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

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: Install gh-aw extension
2424
uses: github/gh-aw-actions/setup-cli@2fe53acc038ba01c3bbdc767d4b25df31ca5bdfc # v0.68.1
2525
with:

.github/workflows/docs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
docs:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/docs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
docs:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
docs:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/nightly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
poetry-version: [2.1.3]
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v7
1919

2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v6

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
id-token: write
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222

0 commit comments

Comments
 (0)