diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-07-31 14:53:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-31 14:53:54 +0200 |
| commit | e5c4da15dca29129432bc7d4ecd145f2c19a48fe (patch) | |
| tree | 8b95503e518704b21b47b83d8e2decaf8828bc44 /.github/workflows/lint.yml | |
| parent | 1b304c2a9c3d90d1bc2587528f687975a1fde7d2 (diff) | |
| download | luasystem-e5c4da15dca29129432bc7d4ecd145f2c19a48fe.tar.gz luasystem-e5c4da15dca29129432bc7d4ecd145f2c19a48fe.tar.bz2 luasystem-e5c4da15dca29129432bc7d4ecd145f2c19a48fe.zip | |
chore(deps): bump the github-actions group with 4 updates (#90)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9127672..0e0ee3e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml | |||
| @@ -9,7 +9,7 @@ jobs: | |||
| 9 | runs-on: ubuntu-22.04 | 9 | runs-on: ubuntu-22.04 |
| 10 | steps: | 10 | steps: |
| 11 | - name: Checkout | 11 | - name: Checkout |
| 12 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 12 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 13 | 13 | ||
| 14 | - name: Luacheck | 14 | - name: Luacheck |
| 15 | uses: lunarmodules/luacheck@f47ad699b5aab8eba5494a2b63e26c24dbf486ce # v1.2.0 | 15 | uses: lunarmodules/luacheck@2f764bdcabe8b7c19deadf0e9bb2adc19df1a4c5 # v1.2.0 |
