Skip to content

fix(deps): update module go.mongodb.org/mongo-driver/v2 to v2.5.1 #13017

fix(deps): update module go.mongodb.org/mongo-driver/v2 to v2.5.1

fix(deps): update module go.mongodb.org/mongo-driver/v2 to v2.5.1 #13017

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Codespell
run: make codespell
- run: make check-clean-work-tree