From c61fc0a03bae4fee0b6e27c1f57cdc2ddb241a03 Mon Sep 17 00:00:00 2001 From: Igor Tamashchuk Date: Mon, 4 Mar 2024 12:14:26 +0200 Subject: [PATCH] chore(deps): bump get-version action The original version is out os line, so, we're using the forked version now --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dbcb81b..24b683f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: Parse version id: get_version - uses: battila7/get-version-action@v2 + uses: baileyherbert/version-action@v3 - name: Setup Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to Azure Container Registry @@ -43,5 +43,5 @@ jobs: allowUpdates: true body: | ${{ steps.changelog.outputs.changes }} - + Docker image available at `ghcr.io/youscan/azure-storage-queue-exporter`