@@ -55,12 +55,12 @@ jobs:
5555 docker info -f '{{ .DriverStatus }}'
5656
5757 - name : " Checkout code"
58- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5959 with :
6060 persist-credentials : false
6161
6262 - name : Download image
63- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
63+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
6464 if : ${{ github.event_name == 'pull_request' }}
6565 with :
6666 name : ${{ needs.build.outputs.image-slug }}
7474 docker image ls
7575
7676 - name : Download test image
77- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
77+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
7878 with :
7979 name : ${{ needs.build.outputs.image-slug }}-test
8080 path : /tmp
@@ -136,7 +136,7 @@ jobs:
136136 docker info -f '{{ .DriverStatus }}'
137137
138138 - name : Checkout
139- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
139+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
140140 with :
141141 persist-credentials : false
142142
@@ -155,7 +155,7 @@ jobs:
155155 cluster_name : kind
156156
157157 - name : Download image
158- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
158+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
159159 with :
160160 name : ${{ needs.build.outputs.image-slug }}
161161 path : /tmp
0 commit comments