From 0c19218ebbc76347dd65f7f14222546f3284ddf3 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Fri, 24 May 2024 08:20:52 +0700 Subject: [PATCH] chore: Update github actions --- .github/workflows/build_push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index b42834a566..2f044f82de 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Cancel previous runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} all_but_latest: true @@ -133,7 +133,7 @@ jobs: - name: Create Release if: startsWith(env.VERSION_TAG, 'v') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ env.VERSION_TAG }} name: Yōkai ${{ env.VERSION_TAG }} @@ -168,7 +168,7 @@ jobs: - name: Create Nightly if: startsWith(env.VERSION_TAG, 'r') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ env.VERSION_TAG }} name: Yōkai Nightly (${{ env.VERSION_TAG }})