diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c90ae73..06551b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: matrix: python-version: ['3.9'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: @@ -33,7 +33,7 @@ jobs: matrix: python-version: ['3.8'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup system dependencies run: sudo apt-get install binutils libproj-dev gdal-bin - name: Set up Python ${{ matrix.python-version }} @@ -58,7 +58,7 @@ jobs: - python-version: '3.7' django-version: '2.2' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup system dependencies run: sudo apt-get install binutils libproj-dev gdal-bin - name: Set up Python ${{ matrix.python-version }}