diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 738bc3a..d3af61a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -17,7 +17,7 @@ jobs: python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: @@ -39,7 +39,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Enable automerge for Dependabot PRs shell: bash env: