diff --git a/action.yml b/action.yml index 1da0b3e..1ad4f74 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ runs: steps: - name: Setup Python id: setup-python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ inputs.python-version }}