Skip to content

chore(deps): update jamesives/github-pages-deploy-action action to v4.2.2 (master) - autoclosed#246

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/master-jamesives-github-pages-deploy-action-4.x
Closed

chore(deps): update jamesives/github-pages-deploy-action action to v4.2.2 (master) - autoclosed#246
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/master-jamesives-github-pages-deploy-action-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 18, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
JamesIves/github-pages-deploy-action action minor 4.1.5 -> v4.2.2

Release Notes

JamesIves/github-pages-deploy-action

v4.2.2

Compare Source

Minor Changes

  • Introduces major version tags. You can now point your workflow to JamesIves/github-pages-deploy-action@v4 if you'd like to always have the most cutting edge changes outside of using the release branch directly.
  • The version tags for this project now include a v to be consistent with other officially provided actions by GitHub. You can use JamesIves/github-pages-deploy-action@v4.2.2 for instance. Dependabot should pick up this change automatically.

v4.2.1

Compare Source

Minor Changes

  • Resolves an issue where the operating system warning was showing incorrectly.

v4.2.0

Compare Source

Happy New Year 2022!

London

Minor Changes
  • Implements a warning if you're using an unsupported operating system. This will occur if the workflow runs within MacOS or Windows. The workflow will not be cancelled.
  • The action is now case insensitive, allowing you to make casing changes to files so long as you commit them using the git mv command prior to the workflow running. (#​895)
  • Fixes an issue that was causing single-commit to fail when using repository-name if the branch name was equal from the origin to destination. (#​665)
  • Enabled Dependabot updates for the GitHub Actions that are used as part of the projects integration tests.
  • Made improvements to the issue template.
  • Modified the dev container so it now properly runs on Node 14 when used within GitHub Codespaces.
  • Modified the default exclude list to use an enum value to ensure accuracy.
  • Dependency upgrades.

v4.1.9

Compare Source

Minor Changes

  • Dependency/security updates from third parties.

v4.1.8

Compare Source

Minor Changes

  • Library dependency and security bumps.
  • README modifications.

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@4.1.7...4.1.8

v4.1.7

Compare Source

Minor Changes

  • Dependency upgrades
  • Modified README examples to use npm ci instead of npm install in examples by @​bananer in use "npm ci" instead of "npm install" in examples JamesIves/github-pages-deploy-action#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.
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

Full Changelog: JamesIves/github-pages-deploy-action@4.1.6...4.1.7

v4.1.6

Compare Source

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
  • 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
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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Nov 18, 2021
@renovate renovate Bot force-pushed the renovate/master-jamesives-github-pages-deploy-action-4.x branch 3 times, most recently from 56a1d60 to 3e322cc Compare November 26, 2021 00:28
@renovate renovate Bot changed the title chore(deps): update jamesives/github-pages-deploy-action action to v4.1.6 (master) chore(deps): update jamesives/github-pages-deploy-action action to v4.1.7 (master) Nov 26, 2021
@renovate renovate Bot force-pushed the renovate/master-jamesives-github-pages-deploy-action-4.x branch 5 times, most recently from 6658b53 to 8c7a62c Compare December 3, 2021 04:39
@renovate renovate Bot force-pushed the renovate/master-jamesives-github-pages-deploy-action-4.x branch 3 times, most recently from bd8b0e2 to 431c1ea Compare December 10, 2021 09:47
@renovate renovate Bot force-pushed the renovate/master-jamesives-github-pages-deploy-action-4.x branch from 431c1ea to b6e1988 Compare December 15, 2021 01:29
@renovate renovate Bot changed the title chore(deps): update jamesives/github-pages-deploy-action action to v4.1.7 (master) chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8 (master) Dec 18, 2021
@renovate renovate Bot force-pushed the renovate/master-jamesives-github-pages-deploy-action-4.x branch 3 times, most recently from 7cae202 to fd0c187 Compare December 25, 2021 03:55
@renovate renovate Bot force-pushed the renovate/master-jamesives-github-pages-deploy-action-4.x branch 2 times, most recently from 6888b1c to 209d7af Compare January 2, 2022 04:15
@renovate renovate Bot changed the title chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8 (master) chore(deps): update jamesives/github-pages-deploy-action action to v4.1.9 (master) Jan 5, 2022
@renovate renovate Bot force-pushed the renovate/master-jamesives-github-pages-deploy-action-4.x branch 2 times, most recently from bc60086 to d91f044 Compare January 6, 2022 04:53
@renovate renovate Bot changed the title chore(deps): update jamesives/github-pages-deploy-action action to v4.1.9 (master) chore(deps): update jamesives/github-pages-deploy-action action to v4.2.0 (master) Jan 6, 2022
@renovate renovate Bot force-pushed the renovate/master-jamesives-github-pages-deploy-action-4.x branch 2 times, most recently from 34b6768 to 477ee36 Compare January 9, 2022 17:13
@renovate renovate Bot changed the title chore(deps): update jamesives/github-pages-deploy-action action to v4.2.0 (master) chore(deps): update jamesives/github-pages-deploy-action action to v4.2.1 (master) Jan 9, 2022
@renovate renovate Bot force-pushed the renovate/master-jamesives-github-pages-deploy-action-4.x branch from 477ee36 to 835e79a Compare January 10, 2022 15:18
@renovate renovate Bot changed the title chore(deps): update jamesives/github-pages-deploy-action action to v4.2.1 (master) chore(deps): update jamesives/github-pages-deploy-action action to v4.2.2 (master) Jan 10, 2022
@renovate renovate Bot force-pushed the renovate/master-jamesives-github-pages-deploy-action-4.x branch from 835e79a to 1dd28a0 Compare January 11, 2022 07:39
@renovate renovate Bot force-pushed the renovate/master-jamesives-github-pages-deploy-action-4.x branch from 1dd28a0 to be0133a Compare January 12, 2022 21:28
@renovate renovate Bot force-pushed the renovate/master-jamesives-github-pages-deploy-action-4.x branch from be0133a to 71372c0 Compare January 16, 2022 10:52
@renovate renovate Bot changed the title chore(deps): update jamesives/github-pages-deploy-action action to v4.2.2 (master) chore(deps): update jamesives/github-pages-deploy-action action to v4.2.2 (master) - autoclosed Jan 20, 2022
@renovate renovate Bot closed this Jan 20, 2022
@renovate renovate Bot deleted the renovate/master-jamesives-github-pages-deploy-action-4.x branch January 20, 2022 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant