Skip to content

Commit e364144

Browse files
authored
Merge branch 'main' into enhancement/swagger_docs
2 parents 1851982 + 4621f50 commit e364144

13 files changed

+4
-104
lines changed

.github/workflows/benchmark.yml

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

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- run: |
2929
cp .env.example .env

.github/workflows/cd-production.yml

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

1919
steps:
2020
- name: Checkout the repo
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Configure AWS credentials
2424
uses: aws-actions/configure-aws-credentials@v5 # More information on this action can be found below in the 'AWS Credentials' section

.github/workflows/cd-staging.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 the repo
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Configure AWS credentials
2525
uses: aws-actions/configure-aws-credentials@v5 # More information on this action can be found below in the 'AWS Credentials' section

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
redis-version: [6]
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030

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

img/dashboard-create.png

-77.8 KB
Binary file not shown.

img/dashboard-dark.png

-74.4 KB
Binary file not shown.

img/dashboard-items.png

-63.6 KB
Binary file not shown.

img/dashboard-user-settings.png

-61.4 KB
Binary file not shown.

img/dashboard.png

-69 KB
Binary file not shown.

img/docs.png

-96.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)