AdamOswald / tes

2 stars 1 forks source link

Update actions/configure-pages action to v3 #126

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/configure-pages action major v2 -> v3

Release Notes

actions/configure-pages ### [`v3`](https://togithub.com/actions/configure-pages/compare/v2...v3) [Compare Source](https://togithub.com/actions/configure-pages/compare/v2...v3)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» 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 Mend Renovate. View repository job log here.

performance-testing-bot[bot] commented 1 year ago

Unable to locate .performanceTestingBot config file

viezly[bot] commented 1 year ago

Pull request by bot. No need to analyze

difflens[bot] commented 1 year ago

View changes in DiffLens

guide-bot[bot] commented 1 year ago

Thanks for opening this Pull Request! We need you to:

  1. Fill out the description.

    Action: Edit description and replace <!- ... --> with actual values.

  2. Complete the activities.

    Action: Complete If you want to rebase/retry this PR, check this box

    If an activity is not applicable, use '\~activity description\~' to mark it not applicable.

senior-dev-bot[bot] commented 1 year ago

Senior-Dev Bot :robot:

Diff 1:

Updating to the latest version of the 'actions/configure-pages' action is a good practice to ensure compatibility with other dependencies. Additionally, it's recommended to use specific versions instead of the "@" symbol to ensure consistency in future builds. Consider revising the code to reflect these changes:

- uses: actions/configure-pages@v2
+ uses: actions/configure-pages@v3.1.0

This will also help with version control and rollback options in case of incompatibilities or issues.