Skip to content

Commit c8861a0

Browse files
committed
chore: update actions and deps
1 parent 4bb0906 commit c8861a0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- run: nix build .#web --out-link web
5353
- uses: actions/upload-pages-artifact@v4
5454
with: { path: ./web/LogOut }
55-
- uses: actions/deploy-pages@v4
55+
- uses: actions/deploy-pages@v5
5656
id: deployment
5757

5858
pwa-prerelease:
@@ -98,7 +98,7 @@ jobs:
9898
GH_TOKEN: ${{ github.token }}
9999
- uses: actions/upload-pages-artifact@v4
100100
with: { path: ./dist/LogOut }
101-
- uses: actions/deploy-pages@v4
101+
- uses: actions/deploy-pages@v5
102102
id: deployment
103103

104104
android-release:

.github/workflows/heavy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
--caught --timeout 300 --exclude "src/components/*"
3434

3535
e2e-android:
36-
runs-on: macos-14 # Apple Silicon for native ARM64 emulation
36+
runs-on: macos-latest # Apple Silicon for native ARM64 emulation
3737
timeout-minutes: 60
3838
permissions:
3939
contents: read

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)