Skip to content

Commit 6786699

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.8.0
1 parent 00b3792 commit 6786699

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/fief.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
--to html
3030
- run: mkdir gh-pages
3131
- run: cp html/index.html gh-pages/fief.html
32-
- uses: JamesIves/github-pages-deploy-action@v4.7.3
32+
- uses: JamesIves/github-pages-deploy-action@v4.8.0
3333
with:
3434
branch: gh-pages
3535
folder: gh-pages

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: |
2020
mkdir -p data
2121
find objects -name '*.eo' > data/objectionary.lst
22-
- uses: JamesIves/github-pages-deploy-action@v4.7.3
22+
- uses: JamesIves/github-pages-deploy-action@v4.8.0
2323
with:
2424
branch: gh-pages
2525
folder: data

.github/workflows/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git fetch --tags --all --force
2222
git tag --list --format='%(*objectname) %(refname:short)' | grep '^[a-f0-9]' > data/tags.txt
2323
echo "$(git rev-parse HEAD) master" >> data/tags.txt
24-
- uses: JamesIves/github-pages-deploy-action@v4.7.3
24+
- uses: JamesIves/github-pages-deploy-action@v4.8.0
2525
with:
2626
branch: gh-pages
2727
folder: data

0 commit comments

Comments
 (0)