Skip to content

Commit

Permalink
[deps] bump actions + sdk (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeAspy authored Oct 7, 2024
1 parent 3a2a36e commit 51f2b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
branch: [ master, beta ] # list all branches to check

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}

Expand Down
4 changes: 2 additions & 2 deletions xyz.armcord.ArmCord.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
app-id: xyz.armcord.ArmCord

runtime: org.freedesktop.Platform
runtime-version: '22.08'
runtime-version: '24.08'
sdk: org.freedesktop.Sdk

base: org.electronjs.Electron2.BaseApp
base-version: '22.08'
base-version: '24.08'

command: startarmcord
separate-locales: false
Expand Down

0 comments on commit 51f2b71

Please sign in to comment.