Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fetch-depth: 0 # Full history for better caching

- name: Cache Ruby dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.bundle
Expand All @@ -69,7 +69,7 @@ jobs:
bundler-cache: true

- name: Cache Node dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cache/yarn
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fetch-depth: 0

- name: Cache Ruby dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.bundle
Expand All @@ -71,7 +71,7 @@ jobs:
bundler-cache: true

- name: Cache Node dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cache/yarn
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
fetch-depth: 0

- name: Cache Ruby dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.bundle
Expand All @@ -181,7 +181,7 @@ jobs:
bundler-cache: true

- name: Cache Node dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cache/yarn
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
fetch-depth: 0

- name: Cache Ruby dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.bundle
Expand Down
Loading