Skip to content

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group - #265

Merged
Tieske merged 3 commits into
mainfrom
dependabot/github_actions/github-actions-7a5a078ad4
Jul 30, 2026
Merged

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group#265
Tieske merged 3 commits into
mainfrom
dependabot/github_actions/github-actions-7a5a078ad4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 1 update: actions/checkout.

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 24, 2026
@Tieske

Tieske commented Jul 27, 2026

Copy link
Copy Markdown
Member

@dependabot the comment for the version still says 7.0.0, can you also update it

@luau-project

Copy link
Copy Markdown
Member

I don't have experience with dependabot, but from what I see in the wild in other repos that configured it, the comment pattern seems to follow

uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0

I guess that dependabot is more of a bot than an AI assistant. Being that, probably manual intervention is required to format the comment in the way dependabot expects. After such manual changes, a @dependabot recreate for the bot to deal with the changes.

@Tieske

Tieske commented Jul 28, 2026

Copy link
Copy Markdown
Member

I've used it before and it support basic commands, just trying to see whether it had had an upgrade. Let's see what CP can do.

@Tieske

Tieske commented Jul 28, 2026

Copy link
Copy Markdown
Member

@copilot see comments above, what is the proper comment structure for the related version to the commit-sha? If you can propose a change to this PR.

Copilot AI commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

@copilot see comments above, what is the proper comment structure for the related version to the commit-sha? If you can propose a change to this PR.

The comment format used here is # commit hash for version <version> immediately above the uses: line with the pinned SHA. Updated both lint.yml and unix_build.yml to reflect 7.0.1 in commit fix: update actions/checkout version comment from 7.0.0 to 7.0.1.

Copilot AI requested a review from Tieske July 28, 2026 11:10
@luau-project

Copy link
Copy Markdown
Member

@Tieske

Found this blog entry: https://github.blog/changelog/2022-10-31-dependabot-now-updates-comments-in-github-actions-workflows-referencing-action-versions/.

There, they reference the PR that introduced this feature: dependabot/dependabot-core#5951

@Tieske

Tieske commented Jul 30, 2026

Copy link
Copy Markdown
Member

@copilot the comment shoudl also be moved to the same line the sha is on, and the comment should be behind it. See this PR dependabot/dependabot-core#5951 (comment)

Then dependabot will update the versions automatically on follow up updates.

Copilot AI commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

@copilot the comment shoudl also be moved to the same line the sha is on, and the comment should be behind it. See this PR dependabot/dependabot-core#5951 (comment)

T...

Done. Both lint.yml and unix_build.yml now use the inline format uses: actions/checkout@SHA # v7.0.1 so dependabot will keep the version tag updated automatically. Committed in the latest push.

@Tieske
Tieske merged commit 6dd4758 into main Jul 30, 2026
@Tieske
Tieske deleted the dependabot/github_actions/github-actions-7a5a078ad4 branch July 30, 2026 12:28
@Tieske

Tieske commented Jul 30, 2026

Copy link
Copy Markdown
Member

thx @luau-project !

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 github_actions Pull requests that update GitHub Actions code

Development

Successfully merging this pull request may close these issues.

3 participants