diff --git a/action.yml b/action.yml index 4e05e40..2e9168e 100644 --- a/action.yml +++ b/action.yml @@ -64,11 +64,11 @@ runs: - name: Checkout if: inputs.checkout == 'true' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python if: inputs.install-python == 'true' && (runner.os != 'macOS' || inputs.homebrew-python != 'true') - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '${{ inputs.python-version }}' architecture: '${{ inputs.architecture }}'