diff --git a/.github/workflows/lint-addons.yaml b/.github/workflows/lint-addons.yaml index 89aecf6..9240b10 100644 --- a/.github/workflows/lint-addons.yaml +++ b/.github/workflows/lint-addons.yaml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4.1.0 - name: Set up Python ${{ env.PYTHON_VERSION }} - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: ${{ env.PYTHON_VERSION }}