@@ -45,15 +45,15 @@ jobs:
4545 PUSH_PACKAGES : ${{ github.repository_owner == 'OSGeo' && github.event_name != 'pull_request' && (matrix.container == 'proj' || (matrix.container == 'proj-docs' && github.ref_name == 'master')) }}
4646 CONTAINER : ${{ matrix.container }}
4747 steps :
48- - uses : actions/checkout@v6 .0.2
48+ - uses : actions/checkout@v7 .0.0
4949 - name : Lint
5050 id : lint
5151 run : |
5252 echo "are we pushing packages" ${{ env.PUSH_PACKAGES }}
5353 echo "event_name" ${{ github.event_name }}
5454 echo "ref" ${{ github.ref }}
5555 - name : Set up Docker
56- uses : docker/setup-docker-action@v5
56+ uses : docker/setup-docker-action@v5.2.0
5757 with :
5858 daemon-config : |
5959 {
@@ -115,7 +115,7 @@ jobs:
115115 echo "ARCH=$ARCH" >> $GITHUB_OUTPUT
116116
117117 - name : Build docs image
118- uses : docker/build-push-action@v7
118+ uses : docker/build-push-action@v7.2.0
119119 if : matrix.container == 'proj-docs'
120120 with :
121121 push : ${{ env.PUSH_PACKAGES == 'true' }}
@@ -152,7 +152,7 @@ jobs:
152152 echo "EOF" >> $GITHUB_OUTPUT
153153
154154 - name : Build image
155- uses : docker/build-push-action@v7
155+ uses : docker/build-push-action@v7.2.0
156156 id : push
157157 if : matrix.container == 'proj'
158158 with :
@@ -174,7 +174,7 @@ jobs:
174174 org.opencontainers.image.created=${{ steps.prep.outputs.BUILD_DATE }}
175175 - name : Generate artifact attestation
176176 if : ${{ env.PUSH_PACKAGES == 'true' && matrix.container == 'proj' }}
177- uses : actions/attest-build-provenance@v4
177+ uses : actions/attest-build-provenance@v4.1.0
178178 with :
179179 subject-name : ghcr.io/osgeo/proj
180180 subject-digest : ${{ steps.push.outputs.digest }}
0 commit comments