Skip to content

Commit

Permalink
fix: bump GH actions versions (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman authored Mar 22, 2024
1 parent cefc224 commit dd5bcf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build and Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
Expand Down
3 changes: 1 addition & 2 deletions xmtp_mls/src/groups/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ mod subscriptions;
mod sync;
pub mod validated_commit;


use intents::SendMessageIntentData;
use openmls::{
extensions::{Extension, Extensions, Metadata},
Expand Down Expand Up @@ -55,8 +54,8 @@ use crate::{
},
utils::{
address::{sanitize_evm_addresses, AddressValidationError},
time::now_ns,
id::calculate_message_id,
time::now_ns,
},
xmtp_openmls_provider::XmtpOpenMlsProvider,
Client, Store,
Expand Down

0 comments on commit dd5bcf1

Please sign in to comment.