Skip to content

Commit

Permalink
Merge pull request #66 from Codes-Exe/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4.0.2

Bump actions/cache from 3.3.1 to 4.0.2
  • Loading branch information
Codes-Exe authored Oct 3, 2024
2 parents 5a1ca5e + 48d67e8 commit 429528d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/old-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache Node dependencies
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache Node dependencies
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache Node dependencies
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
Expand Down

0 comments on commit 429528d

Please sign in to comment.