diff --git a/.github/workflows/genvm-lint.yml b/.github/workflows/genvm-lint.yml index 5468ef99e..ce1c742bb 100644 --- a/.github/workflows/genvm-lint.yml +++ b/.github/workflows/genvm-lint.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12"