diff --git a/action.yml b/action.yml index 86218a6..e16a0e8 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: using: "composite" steps: - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: '${{ github.action_path }}/.python-version'