Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 2bce6fb

Browse files
committed
2 parents be18655 + 5a5bf1d commit 2bce6fb

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

.github/workflows/package_analyze.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: dart analyze --fatal-warnings --fatal-infos .
6262

6363
- name: Analyze by Dart Code Metrics
64-
uses: dart-code-checker/dart-code-metrics-action@v2.0.0
64+
uses: dart-code-checker/dart-code-metrics-action@v3.0.0
6565
with:
6666
github_token: ${{ secrets.GITHUB_TOKEN }}
6767
folders: "bin, example, lib, test"

.github/workflows/sync_with_azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: "master"
1818

1919
- name: Install SSH key
20-
uses: shimataro/ssh-key-action@v2.3.1
20+
uses: shimataro/ssh-key-action@v2.4.0
2121
with:
2222
key: ${{ secrets.SSH_PRIVATE_RSA_KEY }}
2323
name: id_rsa

.github/workflows/sync_with_bitbucket.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: "master"
1818

1919
- name: Install SSH key
20-
uses: shimataro/ssh-key-action@v2.3.1
20+
uses: shimataro/ssh-key-action@v2.4.0
2121
with:
2222
key: ${{ secrets.SSH_PRIVATE_KEY }}
2323
name: id_rsa

.github/workflows/sync_with_gitlab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: "master"
1818

1919
- name: Install SSH key
20-
uses: shimataro/ssh-key-action@v2.3.1
20+
uses: shimataro/ssh-key-action@v2.4.0
2121
with:
2222
key: ${{ secrets.SSH_PRIVATE_KEY }}
2323
name: id_rsa

website/package-lock.json

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

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"@types/react-helmet": "^6.1.5",
3333
"@types/react-router-dom": "^5.3.3",
3434
"prettier": "2.7.1",
35-
"typescript": "^4.8.4"
35+
"typescript": "^4.9.3"
3636
}
3737
}

0 commit comments

Comments
 (0)