Skip to content

Commit 88689a4

Browse files
authored
Correct GitHub Actions Cache version
1 parent 10592c7 commit 88689a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-container-webapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "GIT_EMAIL=$email" >> $GITHUB_ENV
7373
7474
- name: Cache Docker Layers
75-
uses: actions/cache@v4
75+
uses: actions/cache@v3.4.3
7676
with:
7777
path: /tmp/.buildx-cache
7878
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)