SocialGouv / kosko-charts

The Social Gouv Kosko Charts
http://socialgouv.github.io/kosko-charts
Apache License 2.0
9 stars 2 forks source link

chore(deps): update jamesives/github-pages-deploy-action action to v4.1.6 #816

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
JamesIves/github-pages-deploy-action action patch 4.1.5 -> 4.1.6

Release Notes

JamesIves/github-pages-deploy-action ### [`v4.1.6`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/4.1.6) [Compare Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/4.1.5...4.1.6) #### Minor Changes - Resolves an issue that was causing a permission error on the cleanup job. This error was caused by other actions changing directory permissions that prevented a worktree removal step from executing correctly. [#​922](https://togithub.com/JamesIves/github-pages-deploy-action/issues/922) - Migrated the project to Node version 14 across all integration tests, nvm file, etc. - Numerous third party dependency updates/fixes. - The `git-config-email` option now accepts an empty string as a valid value in a workflow. This will allow the email part of the commit signature to empty, for example `Author Name <>`. You can find an example of how to utilize this below. [#​868](https://togithub.com/JamesIves/github-pages-deploy-action/issues/868) ```yml name: Build and Deploy on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Checkout šŸ›Žļø uses: actions/checkout@v2.3.1 - name: Install and Build šŸ”§ run: | npm install npm run build - name: Deploy šŸš€ uses: JamesIves/github-pages-deploy-action@4.1.6 with: branch: gh-pages folder: build git-config-email: '' ```

Configuration

šŸ“… Schedule: At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.