From 1a8e99193b04b499b0060b5bed6d773e0b6754bd Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 3 May 2024 23:54:09 +0000 Subject: [PATCH] ci: remove pinned versions The latest version should have taken care of this --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ecdf55e..7045ac0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} semantic-release-extra-plugins: | - @open-turo/semantic-release-config@6.1.2 + @open-turo/semantic-release-config test: name: Test runs-on: ubuntu-latest diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 30b02ef..c41a81b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,4 +30,4 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} extra-plugins: | - @open-turo/semantic-release-config@6.1.2 + @open-turo/semantic-release-config