Skip to content

Commit e0ac08a

Browse files
committed
chore: bump JamesIves/github-pages-deploy-action 4.5.0
1 parent caf039e commit e0ac08a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-site.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
3434
3535
- name: Deploy 🚀
36-
uses: JamesIves/github-pages-deploy-action@4.1.1
36+
uses: JamesIves/github-pages-deploy-action@4.5.0
3737
with:
3838
branch: gh-pages
3939
folder: website/dist

.github/workflows/manual.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
apt-get update && apt-get install -y rsync
113113
114114
- name: Update data
115-
uses: JamesIves/github-pages-deploy-action@v4.4.1
115+
uses: JamesIves/github-pages-deploy-action@v4.5.0
116116
if: github.event.inputs.updateData == 'yes'
117117
with:
118118
branch: gh-pages

.github/workflows/scheduled.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
apt-get update && apt-get install -y rsync
118118
119119
- name: Update data
120-
uses: JamesIves/github-pages-deploy-action@v4.4.1
120+
uses: JamesIves/github-pages-deploy-action@v4.5.0
121121
with:
122122
branch: gh-pages
123123
folder: data

0 commit comments

Comments
 (0)