From 04e359db9fc7fde000dcde7341d30df43485c907 Mon Sep 17 00:00:00 2001 From: salix5 Date: Sat, 13 Apr 2024 17:04:02 +0800 Subject: [PATCH] update jobs.run to node20 (#574) --- .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 ec679b41c..92182a9fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: GitHub Release if: github.event_name == 'push' - uses: marvinpinto/action-automatic-releases@latest + uses: salix5/action-automatic-releases@node20 with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest"