Skip to content

chore(deps): bump the github-actions group with 2 updates - #208

Merged
Tieske merged 1 commit into
masterfrom
dependabot/github_actions/github-actions-403dd5f6f8
Aug 1, 2026
Merged

chore(deps): bump the github-actions group with 2 updates#208
Tieske merged 1 commit into
masterfrom
dependabot/github_actions/github-actions-403dd5f6f8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 2 updates: actions/checkout and lunarmodules/luacheck.

Updates actions/checkout from 4.4.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

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

... (truncated)

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

Updates lunarmodules/luacheck from 0.26.1 to 1.2.0

Release notes

Sourced from lunarmodules/luacheck's releases.

v1.2.0

Features

Performance

  • Memoize results to addresses speed refression from new feature in v0.26 (#105) — @​tomlau10

v1.1.2

Features

Bug Fixes

  • Update SILE builtin with more allowed variables — @​alerque

v1.1.1

Features

Bug Fixes

  • Correct compound operators to not crash on modifying upvalues (#96) — @​arichard4
  • Fix warning 582 (error prone negation) not applying to subexpressions (#94) — @​appgurueu

v1.1.0

Features

Bug Fixes

v1.0.0

Documentation

  • [breaking] Follow semver guidelines, next release will be v1.x.y

Features

  • Overhaul docker container to run on Lua 5.4
  • Store cached luacheck values per-version in case of changes — @​arichard4
  • Set_default_std for ldoc

... (truncated)

Changelog

Sourced from lunarmodules/luacheck's changelog.

Changelog

All notable changes to this project will be documented in this file.

[1.2.0] - 2024-05-24

Features

Performance

  • Memoize results to addresses speed refression from new feature in v0.26 (#105) — @​tomlau10

[1.1.2] - 2023-12-08

Features

Bug Fixes

  • Update SILE builtin with more allowed variables — @​alerque

[1.1.1] - 2023-06-09

Features

Bug Fixes

  • Correct compound operators to not crash on modifying upvalues (#96) — @​arichard4
  • Fix warning 582 (error prone negation) not applying to subexpressions (#94) — @​appgurueu

[1.1.0] - 2022-12-19

Features

Bug Fixes

v1.0.0 (2022-08-24)

... (truncated)

Commits
  • cc089e3 chore: Release 1.2.0
  • b39bbd0 perf: Optimize contains_call() by adding memoization (#105)
  • 7897788 Merge pull request #108 from BuckarooBanzay/minetest-builtin
  • 494b0f1 chore: Add registered callback tables to minetest builtin
  • 52d809e test: Confirm builtin minetest std is taking effect
  • 94ae285 feat: Add builtin standards for minetest
  • 418f489 chore: Release 1.1.2
  • 7370b52 fix: Update SILE builtin with more allowed variables
  • 031db72 feat: Support NO_COLOR environment variable (#102)
  • 494c8a9 chore: Fix typos in comments and documentation strings (#101)
  • Additional commits viewable in compare view

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 2 updates: [actions/checkout](https://github.com/actions/checkout) and [lunarmodules/luacheck](https://github.com/lunarmodules/luacheck).


Updates `actions/checkout` from 4.4.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@11d5960...3d3c42e)

Updates `lunarmodules/luacheck` from 0.26.1 to 1.2.0
- [Release notes](https://github.com/lunarmodules/luacheck/releases)
- [Changelog](https://github.com/lunarmodules/luacheck/blob/master/CHANGELOG.md)
- [Commits](lunarmodules/luacheck@2445a9d...cc089e3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: lunarmodules/luacheck
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 31, 2026
@Tieske
Tieske merged commit 5b4af9f into master Aug 1, 2026
15 checks passed
@Tieske
Tieske deleted the dependabot/github_actions/github-actions-403dd5f6f8 branch August 1, 2026 14:58
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.

1 participant