diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 57f2e06..9a49a6f 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -106,7 +106,7 @@ runs: - name: Setup Python if: steps.detect-python.outputs.found == 'true' - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: cache: 'pip' diff --git a/python-lint-fix/action.yml b/python-lint-fix/action.yml index abec874..a30d237 100644 --- a/python-lint-fix/action.yml +++ b/python-lint-fix/action.yml @@ -49,7 +49,7 @@ runs: using: composite steps: - name: Setup Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: ${{ inputs.python-version }} cache: 'pip'