Skip to content

Commit af9ebd0

Browse files
Merge pull request #446 from Tradeshift/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2 parents 4d0ca34 + ea2d838 commit af9ebd0

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-node@v6
1414
with:
1515
node-version-file: '.nvmrc'
16-
- uses: actions/cache@v4
16+
- uses: actions/cache@v5
1717
with:
1818
path: ~/.npm
1919
key: npm-${{ hashFiles('package-lock.json') }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-node@v6
1313
with:
1414
node-version-file: '.nvmrc'
15-
- uses: actions/cache@v4
15+
- uses: actions/cache@v5
1616
with:
1717
path: ~/.npm
1818
key: npm-${{ hashFiles('package-lock.json') }}

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
@tradeshift:registry=https://npm.pkg.github.com
6666
@tradeshift:registry=https://npm.pkg.github.com
6767
@tradeshift:registry=https://npm.pkg.github.com
68+
@tradeshift:registry=https://npm.pkg.github.com
6869

6970

7071

0 commit comments

Comments
 (0)