Skip to content

Commit 8a25385

Browse files
authored
Update test.yaml
1 parent 785b905 commit 8a25385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
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@vmain
162+
uses: actions/cache@main
163163
with:
164164
path: /tmp/.buildx-cache
165165
key: ${{ runner.os }}-buildx-${{ matrix.AWS_CLI_VERSION }}-${{ github.sha }}

0 commit comments

Comments
 (0)