diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9241d4c..2cea8bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,13 @@ jobs: python-version: ["2.7", "3.7", "3.8", "3.9"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Start MongoDB uses: supercharge/mongodb-github-action@1.3.0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }}