diff --git a/setup-python/action.yml b/setup-python/action.yml index e68d827..7e72fb0 100644 --- a/setup-python/action.yml +++ b/setup-python/action.yml @@ -12,7 +12,7 @@ runs: using: composite steps: - name: Set up Python - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 id: setup-python with: python-version: ${{ inputs.python-version }} diff --git a/update-project-version/action.yml b/update-project-version/action.yml index f9d3b3a..ffb0435 100644 --- a/update-project-version/action.yml +++ b/update-project-version/action.yml @@ -76,7 +76,7 @@ runs: shell: python - name: Create pull request if: inputs.create-pull-request == 'true' - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 env: action-url: https://github.com/${{ github.action_repository }}/tree/${{ github.action_ref }}/update-project-version with: