Closed dependabot[bot] closed 5 months ago
The following labels could not be found: dependencies
.
Update to GitHub Action Steps in Various Files
The programs used to automatically check and run our code, located in three different system files (php-cs-fixer.yml
, run-tests.yml
, update-changelog.yml
), were all updated from an older version to a newer one. This ensures that we're using the latest tools for these automatic processes, which often means better performance and fewer potential problems.
Change to Reference Parameter in Update File The 'update-changelog.yml' file also had a change in a reference parameter, it now specifically refers to 'main' portion of our project. This ensures our automated tool for tracking changes now logs any changes directly made in the main part of our project instead of looking elsewhere.
Bumps actions/checkout from 4.1.5 to 4.1.6.
Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
Commits
a5ac7e5
Update for 4.1.6 release (#1733)24ed1a3
Check platform for extension (#1732)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show