diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 807a5e6..87194ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: python-version: ['3.10', '3.11', '3.12', '3.13'] fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install uv uses: astral-sh/setup-uv@v7 - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/git_checks.yml b/.github/workflows/git_checks.yml index 057b46d..6385a2c 100644 --- a/.github/workflows/git_checks.yml +++ b/.github/workflows/git_checks.yml @@ -18,7 +18,7 @@ jobs: name: Find merge conflicts steps: # Checkout the source code so we have some files to look at. - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Run the actual merge conflict finder - name: Merge Conflict finder uses: olivernybroe/action-conflict-finder@v4.1