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 }} 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