chore(deps): update actions/checkout action to v4
Some checks failed
FanslySync Build & Test / FanslySync Test Runner (push) Failing after 34m57s
Some checks failed
FanslySync Build & Test / FanslySync Test Runner (push) Failing after 34m57s
This commit is contained in:
parent
3ffb8cf528
commit
f38d4db3c2
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user