diff --git a/.github/workflows/changelog_generation.yml b/.github/workflows/changelog_generation.yml index 0d5c44c5182ef..856d7333b6140 100644 --- a/.github/workflows/changelog_generation.yml +++ b/.github/workflows/changelog_generation.yml @@ -17,7 +17,7 @@ jobs: ref: dev token: ${{ secrets.BOT_TOKEN }} - name: Python setup - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: '3.x' - name: Install depends diff --git a/.github/workflows/make_changelogs.yml b/.github/workflows/make_changelogs.yml index f4f9bb2356940..488c6da69d647 100644 --- a/.github/workflows/make_changelogs.yml +++ b/.github/workflows/make_changelogs.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 25 - name: Python setup - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: '3.x' - name: Install depends