We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10592c7 commit 88689a4Copy full SHA for 88689a4
.github/workflows/azure-container-webapp.yml
@@ -72,7 +72,7 @@ jobs:
72
echo "GIT_EMAIL=$email" >> $GITHUB_ENV
73
74
- name: Cache Docker Layers
75
- uses: actions/cache@v4
+ uses: actions/cache@v3.4.3
76
with:
77
path: /tmp/.buildx-cache
78
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments