diff --git a/action.yml b/action.yml index a65bbcf..64b9136 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ runs: using: composite steps: - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12"