Compare commits

..

No commits in common. "renovate/actions-checkout-4.x" and "master" have entirely different histories.

View File

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