From 1fcc625e8c606881c29b61436e81d8d10ee47cff Mon Sep 17 00:00:00 2001 From: Ren Tatsumoto Date: Mon, 8 Apr 2024 15:57:33 +0300 Subject: [PATCH] update .github --- .github/workflows/auto-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 7f936db..3751112 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 @@ -23,7 +23,7 @@ jobs: make BRANCH=HEAD - name: "Create release" - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: prerelease: false generate_release_notes: true