diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d89f4e196c3..085695a6b6e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -98,7 +98,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.9' cache: 'pip' # caching pip dependencies