diff --git a/action.yml b/action.yml index bd7fa3f..bf39198 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ runs: using: "composite" steps: - name: Setup Python 🔧 - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v6.1.0 with: python-version: "3.13"