Skip to content

Commit a994729

Browse files
chore(deps): bump pnpm/action-setup from 4.0.0 to 4.1.0 (#4412)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c79b4bf commit a994729

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/pull-request.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
fail: true
8080
- name: Setup .gitconfig
8181
run: mv .gitconfig ~/.gitconfig
82-
- uses: pnpm/action-setup@v4.0.0
82+
- uses: pnpm/action-setup@v4.1.0
8383
with:
8484
version: ${{ vars.PNPM_VERSION }}
8585
- uses: actions/setup-node@v4
@@ -122,7 +122,7 @@ jobs:
122122
fail: true
123123
- name: Setup .gitconfig
124124
run: mv .gitconfig ~/.gitconfig
125-
- uses: pnpm/action-setup@v4.0.0
125+
- uses: pnpm/action-setup@v4.1.0
126126
with:
127127
version: ${{ vars.PNPM_VERSION }}
128128
- uses: actions/setup-node@v4
@@ -158,7 +158,7 @@ jobs:
158158
with:
159159
files: ".env, .env.staging, api.planx.uk/.env.test, hasura.planx.uk/.env.test"
160160
fail: true
161-
- uses: pnpm/action-setup@v4.0.0
161+
- uses: pnpm/action-setup@v4.1.0
162162
with:
163163
version: ${{ vars.PNPM_VERSION }}
164164
- uses: actions/setup-node@v4
@@ -188,7 +188,7 @@ jobs:
188188
with:
189189
path: ./${{ env.EDITOR_DIRECTORY }}/build
190190
key: ${{ runner.os }}-${{ hashFiles('editor.planx.uk/**') }}
191-
- uses: pnpm/action-setup@v4.0.0
191+
- uses: pnpm/action-setup@v4.1.0
192192
if: steps.cache-react-build-assets.outputs.cache-hit != 'true'
193193
with:
194194
version: ${{ vars.PNPM_VERSION }}
@@ -247,7 +247,7 @@ jobs:
247247
aws-access-key-id: ${{ secrets.STAGING_AWS_ACCESS_KEY_ID }}
248248
aws-region: eu-west-2
249249
aws-secret-access-key: ${{ secrets.STAGING_AWS_SECRET_ACCESS_KEY }}
250-
- uses: pnpm/action-setup@v4.0.0
250+
- uses: pnpm/action-setup@v4.1.0
251251
with:
252252
version: ${{ vars.PNPM_VERSION }}
253253
- uses: actions/setup-node@v4
@@ -459,7 +459,7 @@ jobs:
459459
- name: Copy .env files from Staging S3 to the current working directory with AWS CLI
460460
run: ./scripts/pull-secrets.sh
461461
- name: Setup PNPM
462-
uses: pnpm/action-setup@v4.0.0
462+
uses: pnpm/action-setup@v4.1.0
463463
with:
464464
version: ${{ vars.PNPM_VERSION }}
465465
- name: Setup Node

.github/workflows/regression-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail: true
3131
- name: Setup .gitconfig
3232
run: mv .gitconfig ~/.gitconfig
33-
- uses: pnpm/action-setup@v4.0.0
33+
- uses: pnpm/action-setup@v4.1.0
3434
with:
3535
version: ${{ vars.PNPM_VERSION }}
3636
- uses: actions/setup-node@v4
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
files: ".env, .env.staging, api.planx.uk/.env.test, hasura.planx.uk/.env.test"
7171
fail: true
72-
- uses: pnpm/action-setup@v4.0.0
72+
- uses: pnpm/action-setup@v4.1.0
7373
with:
7474
version: ${{ vars.PNPM_VERSION }}
7575
- uses: actions/setup-node@v4
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
files: ".env, .env.staging, api.planx.uk/.env.test, hasura.planx.uk/.env.test"
107107
fail: true
108-
- uses: pnpm/action-setup@v4.0.0
108+
- uses: pnpm/action-setup@v4.1.0
109109
with:
110110
version: ${{ vars.PNPM_VERSION }}
111111
- uses: actions/setup-node@v4
@@ -137,7 +137,7 @@ jobs:
137137
- name: Copy .env files from Staging S3 to the current working directory with AWS CLI
138138
run: ./scripts/pull-secrets.sh
139139
- name: Setup PNPM
140-
uses: pnpm/action-setup@v4.0.0
140+
uses: pnpm/action-setup@v4.1.0
141141
with:
142142
version: ${{ vars.PNPM_VERSION }}
143143
- name: Setup Node

0 commit comments

Comments
 (0)