diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 14a9c43..fe01117 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -26,7 +26,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install gdal run: |