Skip to content

Commit ab3629a

Browse files
authored
Update GH Actions dependencies (#254)
## Change Just use mayor version to avoid chore of updating dependencies. Actions barely have breaking changes within a major release. ## Reference `github-pages-deploy-action` v3 to v4 migration guide: JamesIves/github-pages-deploy-action#592
1 parent 018b121 commit ab3629a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/en-updates-to-translation-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: md2po _i18n/en/general/*.md --po-filepath _i18n/translation-files/site-general.pot --save --quiet
3535
- name: Push to translation-files branch
3636
# see https://github.com/s0/git-publish-subdir-action
37-
uses: s0/git-publish-subdir-action@v2.5.0
37+
uses: s0/git-publish-subdir-action@v2
3838
env:
3939
REPO: self
4040
BRANCH: translation-files

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- run: gem install bundler jekyll --no-document
2020
- run: bundle install
2121
- run: bundle exec jekyll build
22-
- uses: JamesIves/github-pages-deploy-action@3.7.1
22+
- uses: JamesIves/github-pages-deploy-action@4
2323
with:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
BRANCH: gh-pages
26-
FOLDER: _site
27-
CLEAN: true
24+
token: ${{ secrets.GITHUB_TOKEN }}
25+
branch: gh-pages
26+
folder: _site
27+
clean: true

0 commit comments

Comments
 (0)