diff --git a/.github/workflows/verify-problems.yml b/.github/workflows/verify-problems.yml index 279cce3..f8965ae 100644 --- a/.github/workflows/verify-problems.yml +++ b/.github/workflows/verify-problems.yml @@ -10,7 +10,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' - name: Install dependencies