diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 1f20485..d34daa6 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -13,7 +13,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure Git Credentials run: | git config user.name github-actions[bot] diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index fdef9f5..ea2069c 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -21,7 +21,7 @@ jobs: display_name: "without GDAL" steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build image run: docker build --build-arg BUILD_GDAL=${{ matrix.build_gdal }} -t geoserver-docker.osgeo.org/geoserver:${{ github.sha }}-${{ matrix.name }} . diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2ca89a3..e747fca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -293,7 +293,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3