Skip to content

Commit

Permalink
Merge pull request #677 from seb-oss/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
alexanderczigler authored Jan 16, 2025
2 parents ae2759a + 2abcd8d commit a53e97c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Cache Yarn dependencies
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Cache Yarn dependencies
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Cache Yarn dependencies
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

- name: Cache Yarn dependencies
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Cache Yarn dependencies
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Cache Yarn dependencies
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Cache Yarn dependencies
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Cache Yarn dependencies
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:

- name: Cache Yarn dependencies
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:

- name: Cache Yarn dependencies
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down

0 comments on commit a53e97c

Please sign in to comment.