From c65016f1352a4792e7a518c74f00166f59d052d0 Mon Sep 17 00:00:00 2001 From: Joel Klimont Date: Wed, 5 Oct 2022 22:39:45 +0200 Subject: [PATCH] (minor) test --- .github/workflows/complib-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/complib-package.yml b/.github/workflows/complib-package.yml index 2a8e6dd..8833549 100644 --- a/.github/workflows/complib-package.yml +++ b/.github/workflows/complib-package.yml @@ -15,11 +15,11 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Bump version number - uses: paulhatch/semantic-version@v4.0.2 + uses: paulhatch/semantic-version@v5.0.0-alpha2 id: next_semantic_version with: branch: build-test