File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 TAG=$(echo $GITHUB_SHA | head -c7)-${{ matrix.AWS_CLI_VERSION }}
160160 echo "tagged_image=${IMAGE}:${TAG}" >> ${GITHUB_OUTPUT}
161161 - name : Cache Docker layers
162- uses : actions/cache@v2
162+ uses : actions/cache@vmain
163163 with :
164164 path : /tmp/.buildx-cache
165165 key : ${{ runner.os }}-buildx-${{ matrix.AWS_CLI_VERSION }}-${{ github.sha }}
@@ -215,7 +215,7 @@ jobs:
215215 TAG=$(echo $GITHUB_SHA | head -c7)-${{ matrix.AWS_CLI_VERSION }}
216216 echo "tagged_image=${IMAGE}:${TAG}" >> ${GITHUB_OUTPUT}
217217 - name : Cache Docker layers
218- uses : actions/cache@v2
218+ uses : actions/cache@main
219219 with :
220220 path : /tmp/.buildx-cache
221221 key : ${{ runner.os }}-buildx-${{ matrix.AWS_CLI_VERSION }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments