Skip to content

Commit fffea30

Browse files
committed
Merge branch 'main' into beta
2 parents 1ff7b40 + 60d1672 commit fffea30

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/precommitVersionBumps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
persist-credentials: false
2828

.github/workflows/pullRequestController.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262

6363
- name: Semantic Release
64-
uses: cycjimmy/semantic-release-action@v5
64+
uses: cycjimmy/semantic-release-action@v6
6565
id: semantic
6666
with:
6767
dry_run: true

.github/workflows/pushMain.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout code
2121
id: checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Merge main into next
2525
uses: ./.github/actions/merge-branch
@@ -56,13 +56,13 @@ jobs:
5656
GITHUB_TOKEN: ${{ secrets.PAT }}
5757

5858
steps:
59-
- uses: actions/checkout@v5
59+
- uses: actions/checkout@v6
6060
id: checkout
6161
with:
6262
persist-credentials: false
6363

6464
- name: Semantic Release
65-
uses: cycjimmy/semantic-release-action@v5
65+
uses: cycjimmy/semantic-release-action@v6
6666
id: semantic
6767
with:
6868
branches: |

.github/workflows/semanticVersionBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
PACKAGE_PATH: ${{ github.workspace }}/models/
2828

2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
persist-credentials: false
3333

.github/workflows/testsPython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Checkout code
2222
id: checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Configure AWS credentials
2626
uses: aws-actions/configure-aws-credentials@v5

0 commit comments

Comments
 (0)