From f38d4db3c218ca1385438af93b453fca76feced9 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 May 2025 01:50:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66ebee2..fa74557 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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` -- 2.47.2