10000 Bump JamesIves/github-pages-deploy-action from 4.2.5 to 4.3.0 (#1071) · ushmm/github-pages-deploy-action@a1740ed · GitHub
[go: up one dir, main page]

Skip to content

Commit a1740ed

Browse files
Bump JamesIves/github-pages-deploy-action from 4.2.5 to 4.3.0 (JamesIves#1071)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.2.5 to 4.3.0. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.2.5...v4.3.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 693099c commit a1740ed

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.2.5
16+
uses: JamesIves/github-pages-deploy-action@v4.3.0
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
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: Build and Deploy
26-
uses: JamesIves/github-pages-deploy-action@v4.2.5
26+
uses: JamesIves/github-pages-deploy-action@v4.3.0
2727
with:
2828
git-config-name: Montezuma
2929
git-config-email: montezuma@jamesiv.es
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v3
4545

4646
- name: Build and Deploy
47-
uses: JamesIves/github-pages-deploy-action@v4.2.5
47+
uses: JamesIves/github-pages-deploy-action@v4.3.0
4848
with:
4949
token: ${{ secrets.ACCESS_TOKEN }}
5050
branch: gh-pages
@@ -71,7 +71,7 @@ jobs:
7171
persist-credentials: false
7272

7373
- name: Build and Deploy
74-
uses: JamesIves/github-pages-deploy-action@v4.2.5
74+
uses: JamesIves/github-pages-deploy-action@v4.3.0
7575
with:
7676
branch: gh-pages
7777
folder: integration
@@ -103,7 +103,7 @@ jobs:
103103
apt-get update && apt-get install -y rsync
104104
105105
- name: Build and Deploy
106-
uses: JamesIves/github-pages-deploy-action@v4.2.5
106+
uses: JamesIves/github-pages-deploy-action@v4.3.0
107107
with:
108108
branch: gh-pages
109109
folder: integration
@@ -127,7 +127,7 @@ jobs:
127127
persist-credentials: false
128128

129129
- name: Build and Deploy
130-
uses: JamesIves/github-pages-deploy-action@v4.2.5
130+
uses: JamesIves/github-pages-deploy-action@v4.3.0
131131
with:
132132
ssh-key: ${{ secrets.DEPLOY_KEY }}
133133
branch: gh-pages
@@ -157,7 +157,7 @@ jobs:
157157
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
158158

159159
- name: Build and Deploy
160-
uses: JamesIves/github-pages-deploy-action@v4.2.5
160+
uses: JamesIves/github-pages-deploy-action@v4.3.0
161161
with:
162162
ssh-key: true
163163
branch: gh-pages
@@ -186,7 +186,7 @@ jobs:
186186
persist-credentials: false
187187

188188
- name: Build and Deploy
189-
uses: JamesIves/github-pages-deploy-action@v4.2.5
189+
uses: JamesIves/github-pages-deploy-action@v4.3.0
190190
with:
191191
ssh-key: ${{ secrets.DEPLOY_KEY }}
192192
branch: gh-pages
@@ -195,7 +195,7 @@ jobs:
195195
silent: true
196196

197197
- name: Build and Deploy
198-
uses: JamesIves/github-pages-deploy-action@v4.2.5
198+
uses: JamesIves/github-pages-deploy-action@v4.3.0
199199
with:
200200
ssh-key: ${{ secrets.DEPLOY_KEY }}
201201
branch: gh-pages
@@ -228,7 +228,7 @@ jobs:
228228
persist-credentials: false
229229

230230
- name: Build and Deploy
231-
uses: JamesIves/github-pages-deploy-action@v4.2.5
231+
uses: JamesIves/github-pages-deploy-action@v4.3.0
232232
with:
233233
token: ${{ secrets.ACCESS_TOKEN }}
234234
branch: gh-pages
@@ -247,7 +247,7 @@ jobs:
247247
persist-credentials: false
248248

249249
- name: Build and Deploy
250-
uses: JamesIves/github-pages-deploy-action@v4.2.5
250+
uses: JamesIves/github-pages-deploy-action@v4.3.0
251251
with:
252252
token: ${{ secrets.ACCESS_TOKEN }}
253253
branch: integration-test-delete-prod
@@ -256,7 +256,7 @@ jobs:
256256
silent: true
257257

258258
- name: Build and Deploy
259-
uses: JamesIves/github-pages-deploy-action@v4.2.5
259+
uses: JamesIves/github-pages-deploy-action@v4.3.0
260260
with:
261261
token: ${{ secrets.ACCESS_TOKEN }}
262262
branch: integration-test-delete-prod
@@ -284,7 +284,7 @@ jobs:
284284
run: echo $RANDOM > integration/1
285285

286286
- name: Build and Deploy
287-
uses: JamesIves/github-pages-deploy-action@v4.2.5
287+
uses: JamesIves/github-pages-deploy-action@v4.3.0
288288
with:
289289
git-config-name: Montezuma
290290
git-config-email: montezuma@jamesiv.es
@@ -306,7 +306,7 @@ jobs:
306306
run: echo $RANDOM > integration/2
307307

308308
- name: Build and Deploy
309-
uses: JamesIves/github-pages-deploy-action@v4.2.5
309+
uses: JamesIves/github-pages-deploy-action@v4.3.0
310310
with:
311311
git-config-name: Montezuma
312312
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.2.5
32+
uses: JamesIves/github-pages-deploy-action@v4.3.0
3333
with:
3434
branch: dev
3535
folder: '.'

0 commit comments

Comments
 (0)
0