Skip to content

Commit 74c4af7

Browse files
committed
Upgrade dependencies
1 parent 62ff09f commit 74c4af7

23 files changed

+742
-778
lines changed

.github/workflows/build.yml

Lines changed: 89 additions & 145 deletions
Large diffs are not rendered by default.

.github/workflows/calibreapp-image-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Compress Images
2222
uses: calibreapp/image-actions@main

.github/workflows/compress-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Compress Images
1616
id: calibre
1717
uses: calibreapp/image-actions@main

.github/workflows/dart.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ jobs:
1313
working-directory: ${{ matrix.projects }}
1414
steps:
1515
- name: ⬆️ Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- uses: subosito/[email protected]
1818
with:
1919
flutter-version-file: app/pubspec.yaml
2020
cache: true
21-
- uses: actions/checkout@v4
2221
- name: Print Dart SDK version
2322
run: |
2423
dart --version

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
run:
1515
working-directory: docs
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Install pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
2121
package_json_file: docs/package.json
2222
- name: Use Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 22
25+
node-version: 24
2626
cache: "pnpm"
2727
cache-dependency-path: docs/pnpm-lock.yaml
2828
- name: Install dependencies
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: app
5050
steps:
5151
- name: ⬆️ Checkout
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
- uses: subosito/[email protected]
5454
with:
5555
flutter-version-file: app/pubspec.yaml

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
update-changelog:
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
token: ${{ secrets.CI_PAT }}
2323
fetch-depth: 0
@@ -60,7 +60,7 @@ jobs:
6060
version: ${{ steps.setup.outputs.FLOW_VERSION }}
6161
build_number: ${{ steps.setup.outputs.FLOW_BUILD_NUMBER }}
6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v5
6464
with:
6565
token: ${{ secrets.CI_PAT }}
6666
ref: ${{ github.ref }}
@@ -87,7 +87,7 @@ jobs:
8787
FLOW_VERSION="${{ env.FLOW_VERSION }}"
8888
git tag -fa v${{ env.FLOW_VERSION }} -m "Release ${FLOW_VERSION}"
8989
git push origin v${FLOW_VERSION} -f
90-
- uses: actions/checkout@v4
90+
- uses: actions/checkout@v5
9191
with:
9292
token: ${{ secrets.CI_PAT }}
9393
fetch-depth: 0
@@ -123,7 +123,7 @@ jobs:
123123
- update-changelog
124124
- release
125125
steps:
126-
- uses: actions/checkout@v4
126+
- uses: actions/checkout@v5
127127
with:
128128
token: ${{ secrets.CI_PAT }}
129129
fetch-depth: 0
@@ -167,14 +167,14 @@ jobs:
167167
steps:
168168
- name: Checkout main
169169
if: ${{ github.ref == 'refs/heads/develop' }}
170-
uses: actions/checkout@v4
170+
uses: actions/checkout@v5
171171
with:
172172
token: ${{ secrets.CI_PAT }}
173173
fetch-depth: 0
174174
ref: main
175175
- name: Checkout develop
176176
if: ${{ github.ref == 'refs/heads/main' }}
177-
uses: actions/checkout@v4
177+
uses: actions/checkout@v5
178178
with:
179179
token: ${{ secrets.CI_PAT }}
180180
fetch-depth: 0
@@ -214,7 +214,7 @@ jobs:
214214
runs-on: ubuntu-24.04
215215
needs: [release]
216216
steps:
217-
- uses: actions/checkout@v4
217+
- uses: actions/checkout@v5
218218
with:
219219
token: ${{ secrets.CI_PAT }}
220220
- name: Get information

api/lib/models/cached.mapper.dart

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/lib/models/event/item/model.mapper.dart

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/lib/models/event/model.mapper.dart

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/lib/models/extra.mapper.dart

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)