Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 0885c0b commit 2ba51f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: 20.x

- name: "📦 Cache Node Modules"
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
id: cache-node-modules
with:
path: node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
node-version: 20.x

- name: "📦 Cache Node Modules"
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
id: cache-node-modules
with:
path: node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: 20.x

- name: "📦 Cache Node Modules"
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
id: cache-node-modules
with:
path: node_modules
Expand Down

0 comments on commit 2ba51f8

Please sign in to comment.