Skip to content

Commit fec2424

Browse files
authored
πŸ”– (release) [NO-ISSUE]: New release incoming (#1201)
2 parents 1d7fbaf + 75802bb commit fec2424

55 files changed

Lines changed: 1834 additions & 257 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.github/workflows/build_mobile.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
working-directory: ./apps/mobile/android
4747

4848
- name: Upload APK to github
49-
uses: actions/upload-artifact@v5
49+
uses: actions/upload-artifact@v6
5050
with:
5151
name: dmk-sample.apk
5252
path: ./apps/mobile/android/app/build/outputs/apk/release/app-release.apk

β€Ž.github/workflows/pull_request.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
permissions:
2323
pull-requests: write
2424
steps:
25-
- uses: toshimaru/auto-author-assign@v2.1.1
25+
- uses: toshimaru/auto-author-assign@v2.1.2
2626

2727
detect-changes:
2828
name: Detect changed packages
@@ -118,7 +118,7 @@ jobs:
118118
id: unit-tests
119119
run: pnpm test:coverage
120120

121-
- uses: sonarsource/sonarqube-scan-action@v6
121+
- uses: sonarsource/sonarqube-scan-action@v7
122122
if: ${{ steps.unit-tests.conclusion == 'success' && github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork }}
123123
env:
124124
SONAR_TOKEN: ${{ secrets.PUBLIC_GREEN_SONAR_TOKEN }}

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
path: ./dist
4747

4848
- name: Upload packages to GitHub Artifacts
49-
uses: actions/upload-artifact@v5
49+
uses: actions/upload-artifact@v6
5050
with:
5151
name: npm-release-packages
5252
path: dist/*.tgz
@@ -71,7 +71,7 @@ jobs:
7171
- uses: LedgerHQ/device-sdk-ts/.github/actions/setup-with-cache-composite@develop
7272

7373
- name: Download packages from GitHub Artifacts
74-
uses: actions/download-artifact@v6
74+
uses: actions/download-artifact@v7
7575
with:
7676
name: npm-release-packages
7777
path: dist

β€Ž.github/workflows/snapshot_release.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
path: ./dist
6868

6969
- name: Upload packages to GitHub Artifacts
70-
uses: actions/upload-artifact@v5
70+
uses: actions/upload-artifact@v6
7171
with:
7272
name: npm-snapshot-packages
7373
path: dist/*.tgz
@@ -87,7 +87,7 @@ jobs:
8787
- uses: LedgerHQ/device-sdk-ts/.github/actions/setup-with-cache-composite@develop
8888

8989
- name: Download packages from GitHub Artifacts
90-
uses: actions/download-artifact@v6
90+
uses: actions/download-artifact@v7
9191
with:
9292
name: npm-snapshot-packages
9393
path: dist

β€Ž.prototoolsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node = "20.19.6"
2-
npm = "11.6.4"
3-
pnpm = "10.24.0"
2+
npm = "11.7.0"
3+
pnpm = "10.25.0"

0 commit comments

Comments
Β (0)