Skip to content

Commit 2837cd1

Browse files
Merge pull request #217 from lschaeffer313/develop
Mise à jour main
2 parents c912403 + 3a87a9b commit 2837cd1

4 files changed

Lines changed: 24 additions & 18 deletions

File tree

.github/workflows/deploy_to_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 🤖 Checkout Code
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313

1414
- name: 🛠 Setup Flutter environnement
1515
uses: subosito/flutter-action@v2.8.0

.github/workflows/on_pull_push_develop.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 Code
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: 🛠 Setup Flutter environnement
2424
uses: subosito/flutter-action@v2

.github/workflows/update_version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: 🤖 Checkout code
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
token: ${{ secrets.TOKEN }}
1717
- name: 🏃 Start semantic-release
1818
id: release
19-
uses: cycjimmy/semantic-release-action@v5
19+
uses: cycjimmy/semantic-release-action@v6
2020
with:
2121
extra_plugins: |
2222
@semantic-release/exec

android/Gemfile.lock

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,28 @@ GEM
77
public_suffix (>= 2.0.2, < 6.0)
88
artifactory (3.0.15)
99
atomos (0.1.3)
10-
aws-eventstream (1.2.0)
11-
aws-partitions (1.638.0)
12-
aws-sdk-core (3.156.0)
13-
aws-eventstream (~> 1, >= 1.0.2)
14-
aws-partitions (~> 1, >= 1.525.0)
15-
aws-sigv4 (~> 1.1)
10+
aws-eventstream (1.4.0)
11+
aws-partitions (1.1196.0)
12+
aws-sdk-core (3.240.0)
13+
aws-eventstream (~> 1, >= 1.3.0)
14+
aws-partitions (~> 1, >= 1.992.0)
15+
aws-sigv4 (~> 1.9)
16+
base64
17+
bigdecimal
1618
jmespath (~> 1, >= 1.6.1)
17-
aws-sdk-kms (1.58.0)
18-
aws-sdk-core (~> 3, >= 3.127.0)
19-
aws-sigv4 (~> 1.1)
20-
aws-sdk-s3 (1.114.0)
21-
aws-sdk-core (~> 3, >= 3.127.0)
19+
logger
20+
aws-sdk-kms (1.118.0)
21+
aws-sdk-core (~> 3, >= 3.239.1)
22+
aws-sigv4 (~> 1.5)
23+
aws-sdk-s3 (1.208.0)
24+
aws-sdk-core (~> 3, >= 3.234.0)
2225
aws-sdk-kms (~> 1)
23-
aws-sigv4 (~> 1.4)
24-
aws-sigv4 (1.5.1)
26+
aws-sigv4 (~> 1.5)
27+
aws-sigv4 (1.12.1)
2528
aws-eventstream (~> 1, >= 1.0.2)
2629
babosa (1.0.4)
30+
base64 (0.3.0)
31+
bigdecimal (4.0.1)
2732
claide (1.1.0)
2833
colored (1.2)
2934
colored2 (3.1.2)
@@ -148,9 +153,10 @@ GEM
148153
http-cookie (1.0.5)
149154
domain_name (~> 0.5)
150155
httpclient (2.8.3)
151-
jmespath (1.6.1)
156+
jmespath (1.6.2)
152157
json (2.6.2)
153158
jwt (2.5.0)
159+
logger (1.7.0)
154160
memoist (0.16.2)
155161
mini_magick (4.11.0)
156162
mini_mime (1.1.2)

0 commit comments

Comments
 (0)