Skip to content

Commit c6e7970

Browse files
authored
chore: repo gardening (#147)
1 parent 2d266cd commit c6e7970

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.github/workflows/fossa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
# https://github.com/actions/checkout/releases
19-
# v4.1.0
20-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
19+
# v4.1.1
20+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2121

2222
- name: Update Rust
2323
run: |

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
steps:
2727
- name: Checkout
2828
# https://github.com/actions/checkout/releases
29-
# v4.1.0
30-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
29+
# v4.1.1
30+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3131

3232
- name: Update Rust
3333
run: |
@@ -75,8 +75,8 @@ jobs:
7575
steps:
7676
- name: Checkout
7777
# https://github.com/actions/checkout/releases
78-
# v4.1.0
79-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
78+
# v4.1.1
79+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
8080

8181
- name: Update Rust
8282
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
# https://github.com/actions/checkout/releases
23-
# v4.1.0
24-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
23+
# v4.1.1
24+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2525

2626
- name: Update Rust
2727
run: |

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Akka Edge Rust
22

3+
The Akka family of projects is managed by teams at [Lightbend](https://lightbend.com/) with help from the community.
4+
35
*Extending the power of Akka’s event-driven model to resource-constrained devices.*
46

57
Akka Edge support in Rust is designed to empower Akka developers at the edge. Recognizing the resource constraints present at the edge, Akka Edge Rust enables event-driven solutions for developers familiar with Akka Persistence and Projections.

0 commit comments

Comments
 (0)