From edc0a5a1565a9563c09e3744c316f64b38db3245 Mon Sep 17 00:00:00 2001 From: hellopony <74644705+hellopony@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:54:39 +0800 Subject: [PATCH] Update merge-upstream.yml --- .github/workflows/merge-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-upstream.yml b/.github/workflows/merge-upstream.yml index a1c306d032..859645535d 100644 --- a/.github/workflows/merge-upstream.yml +++ b/.github/workflows/merge-upstream.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: master fetch-depth: 0