From e37f9b8c84450d413c2d5e8c025f73c39d620e0e Mon Sep 17 00:00:00 2001 From: Zhanibek Adilbekov Date: Fri, 6 Dec 2024 21:59:07 +0500 Subject: [PATCH] ci: fix version of actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7641636..2b5c0a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@4 + uses: actions/checkout@v4 - name: Release - uses: softprops/action-gh-release@2 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: files: tg-notify