diff --git a/.github/workflows/update-website.yml b/.github/workflows/update-website.yml index e6b87289d9..832ac19afd 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -15,7 +15,7 @@ jobs: clean: true - name: Set up Python 3.11 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11'