Skip to content

Commit 56c4a14

Browse files
committed
Merge branch 'main' into beta
2 parents 379a875 + ce17ae8 commit 56c4a14

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/precommitVersionBumps.yml

Lines changed: 2 additions & 2 deletions
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@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
persist-credentials: false
2828

@@ -71,7 +71,7 @@ jobs:
7171
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
7272

7373
- name: Setup Node.js environment
74-
uses: actions/setup-node@v4
74+
uses: actions/setup-node@v5
7575
with:
7676
node-version: "20.9.0"
7777

.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@v4
61+
uses: actions/checkout@v5
6262

6363
- name: Semantic Release
64-
uses: cycjimmy/semantic-release-action@v4
64+
uses: cycjimmy/semantic-release-action@v5
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@v4
22+
uses: actions/checkout@v5
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@v4
59+
- uses: actions/checkout@v5
6060
id: checkout
6161
with:
6262
persist-credentials: false
6363

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

.github/workflows/semanticVersionBump.yml

Lines changed: 2 additions & 2 deletions
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@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
persist-credentials: false
3333

@@ -45,7 +45,7 @@ jobs:
4545
python-version: "3.12"
4646

4747
- name: Setup Node.js environment
48-
uses: actions/setup-node@v4
48+
uses: actions/setup-node@v5
4949
with:
5050
node-version: "20.9.0"
5151

.github/workflows/testsPython.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- name: Checkout code
2222
id: checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Configure AWS credentials
26-
uses: aws-actions/configure-aws-credentials@v4
26+
uses: aws-actions/configure-aws-credentials@v5
2727
with:
2828
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
2929
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)