Skip to content

Commit 785b905

Browse files
authored
Update test.yaml
1 parent 2ff7a69 commit 785b905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)