Skip to content

Commit 95ff531

Browse files
authored
Use major version tags (#1152)
1 parent d45cebd commit 95ff531

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

.github/workflows/deploy.yml

+1-1
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.3
16+
uses: JamesIves/github-pages-deploy-action@v4
1717
with:
1818
branch: releases/v4
1919
folder: .

.github/workflows/integration.yml

+13-13
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@v4.3.3
31+
uses: JamesIves/github-pages-deploy-action@v4
3232
with:
3333
git-config-name: Montezuma
3434
git-config-email: montezuma@jamesiv.es
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v3
4949

5050
- name: Build and Deploy
51-
uses: JamesIves/github-pages-deploy-action@v4.3.3
51+
uses: JamesIves/github-pages-deploy-action@v4
5252
with:
5353
token: ${{ secrets.ACCESS_TOKEN }}
5454
folder: integration
@@ -73,7 +73,7 @@ jobs:
7373
persist-credentials: false
7474

7575
- name: Build and Deploy
76-
uses: JamesIves/github-pages-deploy-action@v4.3.3
76+
uses: JamesIves/github-pages-deploy-action@v4
7777
with:
7878
folder: integration
7979
target-folder: cat/montezuma2
@@ -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.3.3
106+
uses: JamesIves/github-pages-deploy-action@v4
107107
with:
108108
folder: integration
109109
target-folder: cat/montezuma2
@@ -126,7 +126,7 @@ jobs:
126126
persist-credentials: false
127127

128128
- name: Build and Deploy
129-
uses: JamesIves/github-pages-deploy-action@v4.3.3
129+
uses: JamesIves/github-pages-deploy-action@v4
130130
with:
131131
ssh-key: ${{ secrets.DEPLOY_KEY }}
132132
folder: integration
@@ -155,7 +155,7 @@ jobs:
155155
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
156156

157157
- name: Build and Deploy
158-
uses: JamesIves/github-pages-deploy-action@v4.3.3
158+
uses: JamesIves/github-pages-deploy-action@v4
159159
with:
160160
ssh-key: true
161161
folder: integration
@@ -182,15 +182,15 @@ jobs:
182182
persist-credentials: false
183183

184184
- name: Build and Deploy
185-
uses: JamesIves/github-pages-deploy-action@v4.3.3
185+
uses: JamesIves/github-pages-deploy-action@v4
186186
with:
187187
ssh-key: ${{ secrets.DEPLOY_KEY }}
188188
folder: integration
189189
target-folder: cat/montezuma4
190190
silent: true
191191

192192
- name: Build and Deploy
193-
uses: JamesIves/github-pages-deploy-action@v4.3.3
193+
uses: JamesIves/github-pages-deploy-action@v4
194194
with:
195195
ssh-key: ${{ secrets.DEPLOY_KEY }}
196196
folder: integration
@@ -222,7 +222,7 @@ jobs:
222222
persist-credentials: false
223223

224224
- name: Build and Deploy
225-
uses: JamesIves/github-pages-deploy-action@v4.3.3
225+
uses: JamesIves/github-pages-deploy-action@v4
226226
with:
227227
token: ${{ secrets.ACCESS_TOKEN }}
228228
folder: integration
@@ -240,7 +240,7 @@ jobs:
240240
persist-credentials: false
241241

242242
- name: Build and Deploy
243-
uses: JamesIves/github-pages-deploy-action@v4.3.3
243+
uses: JamesIves/github-pages-deploy-action@v4
244244
with:
245245
token: ${{ secrets.ACCESS_TOKEN }}
246246
branch: integration-test-delete-prod
@@ -249,7 +249,7 @@ jobs:
249249
silent: true
250250

251251
- name: Build and Deploy
252-
uses: JamesIves/github-pages-deploy-action@v4.3.3
252+
uses: JamesIves/github-pages-deploy-action@v4
253253
with:
254254
token: ${{ secrets.ACCESS_TOKEN }}
255255
branch: integration-test-delete-prod
@@ -277,7 +277,7 @@ jobs:
277277
run: echo $RANDOM > integration/1
278278

279279
- name: Build and Deploy
280-
uses: JamesIves/github-pages-deploy-action@v4.3.3
280+
uses: JamesIves/github-pages-deploy-action@v4
281281
with:
282282
git-config-name: Montezuma
283283
git-config-email: montezuma@jamesiv.es
@@ -299,7 +299,7 @@ jobs:
299299
run: echo $RANDOM > integration/2
300300

301301
- name: Build and Deploy
302-
uses: JamesIves/github-pages-deploy-action@v4.3.3
302+
uses: JamesIves/github-pages-deploy-action@v4
303303
with:
304304
git-config-name: Montezuma
305305
git-config-email: montezuma@jamesiv.es

.github/workflows/sponsors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
organization: true
3232

3333
- name: Deploy to GitHub Pages
34-
uses: JamesIves/github-pages-deploy-action@v4.3.3
34+
uses: JamesIves/github-pages-deploy-action@v4
3535
with:
3636
branch: dev
3737
folder: '.'

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
npm run build
7676
7777
- name: Deploy 🚀
78-
uses: JamesIves/github-pages-deploy-action@v4.3.3
78+
uses: JamesIves/github-pages-deploy-action@v4
7979
with:
8080
folder: build # The folder the action should deploy.
8181
```
@@ -201,7 +201,7 @@ With this configured, you can then set the `ssh-key` part of the action to your
201201

202202
```yml
203203
- name: Deploy 🚀
204-
uses: JamesIves/github-pages-deploy-action@v4.3.3
204+
uses: JamesIves/github-pages-deploy-action@v4
205205
with:
206206
folder: site
207207
ssh-key: ${{ secrets.DEPLOY_KEY }}
@@ -230,7 +230,7 @@ jobs:
230230
npm run build
231231
232232
- name: Deploy 🚀
233-
uses: JamesIves/github-pages-deploy-action@v4.3.3
233+
uses: JamesIves/github-pages-deploy-action@v4
234234
with:
235235
folder: build
236236
clean: true
@@ -299,7 +299,7 @@ jobs:
299299
name: site
300300
301301
- name: Deploy 🚀
302-
uses: JamesIves/github-pages-deploy-action@v4.3.3
302+
uses: JamesIves/github-pages-deploy-action@v4
303303
with:
304304
folder: 'site' # The deployment folder should match the name of the artifact. Even though our project builds into the 'build' folder the artifact name of 'site' must be placed here.
305305
```
@@ -319,7 +319,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
319319
apt-get update && apt-get install -y rsync
320320
321321
- name: Deploy 🚀
322-
uses: JamesIves/github-pages-deploy-action@v4.3.3
322+
uses: JamesIves/github-pages-deploy-action@v4
323323
```
324324

325325
---
@@ -353,7 +353,7 @@ jobs:
353353
npm run build
354354
355355
- name: Deploy 🚀
356-
uses: JamesIves/github-pages-deploy-action@v4.3.3
356+
uses: JamesIves/github-pages-deploy-action@v4
357357
with:
358358
folder: build
359359
clean: true

0 commit comments

Comments
 (0)