Skip to content

Commit 7c6c259

Browse files
committed
deps: Upgrade actions/cache
1 parent 5c9cad2 commit 7c6c259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Cache Deployment
3737
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
38-
uses: actions/cache@v4.0.2
38+
uses: actions/cache@v4.3.0
3939
env:
4040
cache-name: deployment-cache
4141
with:

0 commit comments

Comments
 (0)