diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 86596ed9..cf5efd3e 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -27,7 +27,7 @@ jobs: - name: Install Knope uses: knope-dev/action@v2.0.0 with: - version: 0.7.0 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version + version: 0.7.2 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version - run: | git config --global user.name "${{ github.triggering_actor }}" git config --global user.email "${{ github.triggering_actor}}@users.noreply.github.com" diff --git a/.github/workflows/release-dry-run.yml b/.github/workflows/release-dry-run.yml index 37cda663..b55063e3 100644 --- a/.github/workflows/release-dry-run.yml +++ b/.github/workflows/release-dry-run.yml @@ -16,7 +16,7 @@ jobs: - name: Install Knope uses: knope-dev/action@v2.0.0 with: - version: 0.7.0 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version + version: 0.7.2 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version - name: Display Pending Release run: knope release --dry-run env: