Skip to content

Commit 45e796f

Browse files
committed
Update Session repo locations
1 parent 9c8dfa0 commit 45e796f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/checkout_android/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Checkout Android
77
uses: actions/checkout@v4
88
with:
9-
repository: 'oxen-io/session-android'
9+
repository: 'session-foundation/session-android'
1010
path: 'android'
1111
submodules: recursive
1212
ref: 'dev'

actions/checkout_desktop/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Checkout Desktop
77
uses: actions/checkout@v4
88
with:
9-
repository: 'oxen-io/session-desktop'
9+
repository: 'session-foundation/session-desktop'
1010
path: 'desktop'
1111
ref: 'unstable'
1212
- name: Remove existing strings

0 commit comments

Comments
 (0)