diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index f1294949b..ffc8430c1 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: ${{ matrix.python-version }} diff --git a/CHANGES.rst b/CHANGES.rst index 42488a988..3d621041b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,7 +17,7 @@ fixes: - docs: add unreleased section (#1576) - docs: update broken URL for Markdown Extra (#1572) -- chore: bump actions/setup-python version (#1575, #1593, #1609, #1626, #1642, #1650, #1659) +- chore: bump actions/setup-python version (#1575, #1593, #1609, #1626, #1642, #1650, #1659, #1674) - backend/telegram: fix missing imports (#1574) - chore: ci improvements (#1577, #1583) - chore: add docs build to ci (#1582)