We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aa7945 + aaeafb9 commit 24f5fe0Copy full SHA for 24f5fe0
.github/workflows/cicd.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Cache Deployment
32
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
33
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v4.0.2
34
env:
35
cache-name: deployment-cache
36
with:
@@ -43,7 +43,7 @@ jobs:
43
if: ${{ github.ref == 'refs/heads/main' }}
44
steps:
45
- name: Load Deployment
46
47
48
49
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments