Skip to content

Commit

Permalink
Update prod deploy cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyranthes03 committed Jan 30, 2025
1 parent 145d7c0 commit 3e55444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v1

- name: Cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: _build
key: ${{ runner.os }}-build
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/checkout@v1

- name: Cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: _build
key: ${{ runner.os }}-build
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@v1

- name: Cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: _build
key: ${{ runner.os }}-build
Expand Down

0 comments on commit 3e55444

Please sign in to comment.