Skip to content

Commit

Permalink
Merge pull request #1780 from skaut/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4.1.1

Bump actions/cache from 4.1.0 to 4.1.1
  • Loading branch information
github-actions[bot] authored Oct 14, 2024
2 parents ce75f4a + d402c7e commit 159ad95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4.2.0

- name: "Cache NPM dependencies"
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
with:
path: "~/.npm"
key: npm-dependencies-${{ runner.os }}-${{ env.cache-version }}-${{ hashFiles('package.json') }}
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4.2.0

- name: "Cache NPM dependencies"
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
with:
path: "~/.npm"
key: npm-dependencies-${{ runner.os }}-${{ env.cache-version }}-${{ hashFiles('package.json') }}
Expand All @@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v4.2.0

- name: "Cache NPM dependencies"
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
with:
path: "~/.npm"
key: npm-dependencies-${{ runner.os }}-${{ env.cache-version }}-${{ hashFiles('package.json') }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: actions/checkout@v4.2.0

- name: "Cache NPM dependencies"
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
with:
path: "~/.npm"
key: npm-dependencies-${{ runner.os }}-${{ env.cache-version }}-${{ hashFiles('package.json') }}
Expand Down

0 comments on commit 159ad95

Please sign in to comment.