diff --git a/action.yml b/action.yml index 051e013..80476be 100644 --- a/action.yml +++ b/action.yml @@ -42,7 +42,7 @@ runs: run: echo "::add-mask::${{ inputs.github-token }}" shell: bash - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: '3.9' - name: Install dependencies @@ -71,4 +71,4 @@ runs: shell: bash env: REMOTE_NAME: ${{ inputs.remote_name }} - REMOTE_BRANCH_NAME: ${{ inputs.remote_branch_name }} \ No newline at end of file + REMOTE_BRANCH_NAME: ${{ inputs.remote_branch_name }}