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.7 #833

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.6 -> 4.1.7

Release Notes

JamesIves/github-pages-deploy-action ### [`v4.1.7`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/4.1.7) [Compare Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/4.1.6...4.1.7) #### Minor Changes - Dependency upgrades - Modified README examples to use `npm ci` instead of `npm install` in examples by [@​bananer](https://togithub.com/bananer) in https://github.com/JamesIves/github-pages-deploy-action/pull/934 - Modified the `git-config-email` option again. If you wish to omit this field entirely you must now provide `<>` in the field instead of an empty string. This is due to the fact that GitHub Actions defaults all undefined fields to an empty string, causing the default behavior to not work when you don't provide a `git-config-email` parameter at all. You can find an example of this below. ```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: <> ``` #### New Contributors - [@​bananer](https://togithub.com/bananer) made their first contribution in https://github.com/JamesIves/github-pages-deploy-action/pull/934 **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/4.1.6...4.1.7

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.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 9.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: