From d57dba2a10caaa2039d45acf314f9776e2741047 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 9 Jun 2023 14:47:33 +0530 Subject: [PATCH] CI: bump actions version (#74) * qa.yml: bump actions/checkout to v3 * Update madhead/semver-utils to latest --- .github/workflows/qa.yml | 2 +- .github/workflows/update-tags.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index f606eb6..4f772de 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -6,7 +6,7 @@ jobs: run_qa: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - run: ./test/run-qa.sh diff --git a/.github/workflows/update-tags.yml b/.github/workflows/update-tags.yml index 39f1b55..ed54f4d 100644 --- a/.github/workflows/update-tags.yml +++ b/.github/workflows/update-tags.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: Parse semver - uses: madhead/semver-utils@v2 + uses: madhead/semver-utils@latest id: version with: version: ${{ github.ref_name }}