From a3870ef8b0a00a7e222f480b53816d274cf1f4c2 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 21 Jan 2025 17:49:51 +0000 Subject: [PATCH 1/2] feat(release): use latest open-turo semantic release config --- release/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/action.yaml b/release/action.yaml index aa22e10..7c4df4a 100644 --- a/release/action.yaml +++ b/release/action.yaml @@ -17,7 +17,7 @@ inputs: required: false description: Extra plugins for pre-install. You can also specify specifying version range for the extra plugins if you prefer. Defaults to install @open-turo/semantic-release-config. default: | - @open-turo/semantic-release-config@^1.4.0 + @open-turo/semantic-release-config outputs: new-release-published: description: Whether a new release was published From 0e3c327ee340260c37cf7d7f9eb9052416c29612 Mon Sep 17 00:00:00 2001 From: Armand Sauzay <35524799+armand-sauzay@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:54:33 +0000 Subject: [PATCH 2/2] fix(lint): update action-pre-commit version --- lint/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint/action.yaml b/lint/action.yaml index 2024f66..4d637ec 100644 --- a/lint/action.yaml +++ b/lint/action.yaml @@ -34,7 +34,7 @@ runs: with: fetch-depth: 0 - name: Run pre-commit - uses: open-turo/action-pre-commit@v3 + uses: open-turo/action-pre-commit@chore-update-python-version with: s3-bucket-name: ${{ inputs.s3-bucket-name }} s3-bucket-region: ${{ inputs.s3-bucket-region }}