1 Commits

Author SHA1 Message Date
f38d4db3c2 chore(deps): update actions/checkout action to v4
Some checks failed
FanslySync Build & Test / FanslySync Test Runner (push) Failing after 34m57s
2025-05-01 01:50:53 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
# the steps our job runs **in order**
steps:
# checkout the code on the workflow runner
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# install system dependencies that Tauri needs to compile on Linux.
# note the extra dependencies for `tauri-driver` to run which are: `webkit2gtk-driver` and `xvfb`

View File

@ -11,7 +11,7 @@ env:
jobs:
draft:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
@ -69,7 +69,7 @@ jobs:
publish:
needs: [build_desktop]
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4