Skip to content

Commit 8bcf38a

Browse files
authored
Merge branch 'dev' into monopoles
2 parents ad1ae63 + 7e06656 commit 8bcf38a

44 files changed

Lines changed: 3321 additions & 1021 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/code-transformations.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/workflows/datamodel-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git checkout -B auto-datamodel-doc
4141
4242
- name: Set up Python
43-
uses: actions/setup-python@v6
43+
uses: actions/setup-python@v7
4444
with:
4545
python-version: 3.x
4646

.github/workflows/reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: Set up Python 3.10
22-
uses: actions/setup-python@v6
22+
uses: actions/setup-python@v7
2323
with:
2424
python-version: '3.10'
2525
- uses: actions/cache@v5

0 commit comments

Comments
 (0)