Skip to content

Commit 24f5fe0

Browse files
Merge pull request #133 from target/dependabot/github_actions/actions/cache-4.0.2
build(deps): bump actions/cache from 3.3.2 to 4.0.2
2 parents 9aa7945 + aaeafb9 commit 24f5fe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Cache Deployment
3232
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
33-
uses: actions/cache@v3.3.2
33+
uses: actions/cache@v4.0.2
3434
env:
3535
cache-name: deployment-cache
3636
with:
@@ -43,7 +43,7 @@ jobs:
4343
if: ${{ github.ref == 'refs/heads/main' }}
4444
steps:
4545
- name: Load Deployment
46-
uses: actions/cache@v3.3.2
46+
uses: actions/cache@v4.0.2
4747
env:
4848
cache-name: deployment-cache
4949
with:
@@ -62,7 +62,7 @@ jobs:
6262
if: ${{ github.ref == 'refs/heads/main' }}
6363
steps:
6464
- name: Load Deployment
65-
uses: actions/cache@v3.3.2
65+
uses: actions/cache@v4.0.2
6666
env:
6767
cache-name: deployment-cache
6868
with:

0 commit comments

Comments
 (0)