diff --git a/.github/workflows/lint-addons.yaml b/.github/workflows/lint-addons.yaml index 5a52914..d8add22 100644 --- a/.github/workflows/lint-addons.yaml +++ b/.github/workflows/lint-addons.yaml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v3.5.0 - name: Set up Python ${{ env.PYTHON_VERSION }} - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: python-version: ${{ env.PYTHON_VERSION }}