Skip to content

Commit fa0ab8f

Browse files
authored
💚 Upgrades CI workflows (#149)
1 parent 4060a9a commit fa0ab8f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Dependabot metadata
1414
id: metadata
15-
uses: dependabot/[email protected].3
15+
uses: dependabot/[email protected].5
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- name: Enable auto-merge for Dependabot PRs

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
update_release_draft:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: release-drafter/release-drafter@v5.21.1
13+
- uses: release-drafter/release-drafter@v5.22.0
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Get release
2727
id: get_release
28-
uses: bruceadams/[email protected].1
28+
uses: bruceadams/[email protected].2
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
3131

@@ -42,13 +42,13 @@ jobs:
4242
git push
4343
4444
- name: Trigger the App Store build and release
45-
uses: benc-uk/workflow-dispatch@v1.1
45+
uses: benc-uk/workflow-dispatch@v1.2.2
4646
with:
4747
workflow: Publish App Store
4848
token: ${{ secrets.GH_PAT }}
4949

5050
- name: Trigger the Play Store build and release
51-
uses: benc-uk/workflow-dispatch@v1.1
51+
uses: benc-uk/workflow-dispatch@v1.2.2
5252
with:
5353
workflow: Publish Play Store
5454
token: ${{ secrets.GH_PAT }}

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ PODS:
551551
- gRPC-Core/Interface (= 1.28.2)
552552
- gRPC-Core/Interface (1.28.2)
553553
- GTMSessionFetcher/Core (1.7.0)
554-
- hermes-engine (0.69.0)
554+
- hermes-engine (0.69.4)
555555
- leveldb-library (1.22.1)
556556
- libevent (2.1.12)
557557
- libwebp (1.2.1):
@@ -1280,7 +1280,7 @@ SPEC CHECKSUMS:
12801280
"gRPC-C++": 13d8ccef97d5c3c441b7e3c529ef28ebee86fad2
12811281
gRPC-Core: 4afa11bfbedf7cdecd04de535a9e046893404ed5
12821282
GTMSessionFetcher: 43748f93435c2aa068b1cbe39655aaf600652e91
1283-
hermes-engine: 03851318b18b534b671ea435fad2202154135c72
1283+
hermes-engine: 761a544537e62df2a37189389b9d2654dc1f75af
12841284
leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729
12851285
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
12861286
libwebp: 98a37e597e40bfdb4c911fc98f2c53d0b12d05fc

lib/__tests__/components/ui-elements/message-preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publishing packages and web page editors now use Lorem Ipsum as
1212
their default model text, and a search for 'lorem ipsum' will
1313
uncover many web sites still in their infancy. Various versions
1414
have evolved over the years, sometimes by accident, sometimes on
15-
purpose (injected humour and the like). \
15+
purpose (injected humour and the like).\
1616
`
1717

1818
describe('Snapshot test for the "UIMessage" component', () => {

0 commit comments

Comments
 (0)