Skip to content

Commit 5cd1eef

Browse files
Bump JamesIves/github-pages-deploy-action from 4.3.0 to 4.3.2 (#1091)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.3.0 to 4.3.2. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](v4.3.0...v4.3.2) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 119d340 commit 5cd1eef

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Workflow dispatch event that pushes the current version to the release branch.
1414
# From here the secondary production deployment workflow will trigger to build the dependencies.
1515
- name: Deploy 🚀
16-
uses: JamesIves/github-pages-deploy-action@v4.3.0
16+
uses: JamesIves/github-pages-deploy-action@v4.3.2
1717
with:
1818
branch: releases/v4
1919
folder: .

.github/workflows/integration.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v3
2929

3030
- name: Build and Deploy
31-
uses: JamesIves/github-pages-deploy-action@releases/v4
31+
uses: JamesIves/github-pages-deploy-action@v4.3.2
3232
with:
3333
git-config-name: Montezuma
3434
git-config-email: montezuma@jamesiv.es
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v3
5050

5151
- name: Build and Deploy
52-
uses: JamesIves/github-pages-deploy-action@releases/v4
52+
uses: JamesIves/github-pages-deploy-action@v4.3.2
5353
with:
5454
token: ${{ secrets.ACCESS_TOKEN }}
5555
branch: gh-pages
@@ -76,7 +76,7 @@ jobs:
7676
persist-credentials: false
7777

7878
- name: Build and Deploy
79-
uses: JamesIves/github-pages-deploy-action@releases/v4
79+
uses: JamesIves/github-pages-deploy-action@v4.3.2
8080
with:
8181
branch: gh-pages
8282
folder: integration
@@ -108,7 +108,7 @@ jobs:
108108
apt-get update && apt-get install -y rsync
109109
110110
- name: Build and Deploy
111-
uses: JamesIves/github-pages-deploy-action@releases/v4
111+
uses: JamesIves/github-pages-deploy-action@v4.3.2
112112
with:
113113
branch: gh-pages
114114
folder: integration
@@ -132,7 +132,7 @@ jobs:
132132
persist-credentials: false
133133

134134
- name: Build and Deploy
135-
uses: JamesIves/github-pages-deploy-action@releases/v4
135+
uses: JamesIves/github-pages-deploy-action@v4.3.2
136136
with:
137137
ssh-key: ${{ secrets.DEPLOY_KEY }}
138138
branch: gh-pages
@@ -162,7 +162,7 @@ jobs:
162162
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
163163

164164
- name: Build and Deploy
165-
uses: JamesIves/github-pages-deploy-action@releases/v4
165+
uses: JamesIves/github-pages-deploy-action@v4.3.2
166166
with:
167167
ssh-key: true
168168
branch: gh-pages
@@ -191,7 +191,7 @@ jobs:
191191
persist-credentials: false
192192

193193
- name: Build and Deploy
194-
uses: JamesIves/github-pages-deploy-action@releases/v4
194+
uses: JamesIves/github-pages-deploy-action@v4.3.2
195195
with:
196196
ssh-key: ${{ secrets.DEPLOY_KEY }}
197197
branch: gh-pages
@@ -200,7 +200,7 @@ jobs:
200200
silent: true
201201

202202
- name: Build and Deploy
203-
uses: JamesIves/github-pages-deploy-action@releases/v4
203+
uses: JamesIves/github-pages-deploy-action@v4.3.2
204204
with:
205205
ssh-key: ${{ secrets.DEPLOY_KEY }}
206206
branch: gh-pages
@@ -233,7 +233,7 @@ jobs:
233233
persist-credentials: false
234234

235235
- name: Build and Deploy
236-
uses: JamesIves/github-pages-deploy-action@releases/v4
236+
uses: JamesIves/github-pages-deploy-action@v4.3.2
237237
with:
238238
token: ${{ secrets.ACCESS_TOKEN }}
239239
branch: gh-pages
@@ -252,7 +252,7 @@ jobs:
252252
persist-credentials: false
253253

254254
- name: Build and Deploy
255-
uses: JamesIves/github-pages-deploy-action@releases/v4
255+
uses: JamesIves/github-pages-deploy-action@v4.3.2
256256
with:
257257
token: ${{ secrets.ACCESS_TOKEN }}
258258
branch: integration-test-delete-prod
@@ -261,7 +261,7 @@ jobs:
261261
silent: true
262262

263263
- name: Build and Deploy
264-
uses: JamesIves/github-pages-deploy-action@releases/v4
264+
uses: JamesIves/github-pages-deploy-action@v4.3.2
265265
with:
266266
token: ${{ secrets.ACCESS_TOKEN }}
267267
branch: integration-test-delete-prod
@@ -289,7 +289,7 @@ jobs:
289289
run: echo $RANDOM > integration/1
290290

291291
- name: Build and Deploy
292-
uses: JamesIves/github-pages-deploy-action@releases/v4
292+
uses: JamesIves/github-pages-deploy-action@v4.3.2
293293
with:
294294
git-config-name: Montezuma
295295
git-config-email: montezuma@jamesiv.es
@@ -311,7 +311,7 @@ jobs:
311311
run: echo $RANDOM > integration/2
312312

313313
- name: Build and Deploy
314-
uses: JamesIves/github-pages-deploy-action@releases/v4
314+
uses: JamesIves/github-pages-deploy-action@v4.3.2
315315
with:
316316
git-config-name: Montezuma
317317
git-config-email: montezuma@jamesiv.es

.github/workflows/sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
marker: 'premium'
3030

3131
- name: Deploy to GitHub Pages
32-
uses: JamesIves/github-pages-deploy-action@v4.3.0
32+
uses: JamesIves/github-pages-deploy-action@v4.3.2
3333
with:
3434
branch: dev
3535
folder: '.'

0 commit comments

Comments
 (0)