From 61fb7096699586704365fad42f2cbef45ca75f57 Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 02:08:58 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/master.yml | 2 +- .github/workflows/pr.yml | 2 +- .npmrc | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 7962498e..9517f907 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -13,7 +13,7 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 798e87af..fe10874b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ hashFiles('package-lock.json') }} diff --git a/.npmrc b/.npmrc index 8f9b08c9..7cf78f96 100644 --- a/.npmrc +++ b/.npmrc @@ -7,6 +7,8 @@ @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com +@tradeshift:registry=https://npm.pkg.github.com +