From fb8cff97f56d3157fbdf0f70220e2b7a6a7e62e5 Mon Sep 17 00:00:00 2001 From: Kirill Kovalev <125643929+kirill-abblix@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:13:35 +0300 Subject: [PATCH] Actions updated to latest versions --- .github/workflows/versioning.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 57ef434d..604d39bb 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -9,12 +9,12 @@ jobs: versioning: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 # This is important to fetch all tags and history - name: Bump version and push tag - uses: mathieudutour/github-tag-action@v5.6 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: patch # Automatically bump patch version