diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-09-02 23:43:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-02 23:43:58 +0000 |
| commit | 3c47e350d69156599b8c7d2bb7df9df0941de986 (patch) | |
| tree | 5a69d8e176962306bc90c632160de992f9dd912b | |
| parent | 2d2cc8eff2f03c23d142f8059146fb241dcf56b5 (diff) | |
| download | luarocks-dependabot/github_actions/github-actions-74a77d9f2f.tar.gz luarocks-dependabot/github_actions/github-actions-74a77d9f2f.tar.bz2 luarocks-dependabot/github_actions/github-actions-74a77d9f2f.zip | |
chore(deps): bump luarocks/gh-actions-lua in the github-actions groupdependabot/github_actions/github-actions-74a77d9f2f
Bumps the github-actions group with 1 update: [luarocks/gh-actions-lua](https://github.com/luarocks/gh-actions-lua).
Updates `luarocks/gh-actions-lua` from 13 to 14
- [Release notes](https://github.com/luarocks/gh-actions-lua/releases)
- [Commits](https://github.com/luarocks/gh-actions-lua/compare/85e2287697275df96334743ac654241a8fd34ab3...56eba09993704b908cc3c7c2753e630d18cb9696)
---
updated-dependencies:
- dependency-name: luarocks/gh-actions-lua
dependency-version: '14'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/test.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f1a7aa5..9f8ed95f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -46,7 +46,7 @@ jobs: | |||
| 46 | with: | 46 | with: |
| 47 | persist-credentials: false | 47 | persist-credentials: false |
| 48 | 48 | ||
| 49 | - uses: luarocks/gh-actions-lua@85e2287697275df96334743ac654241a8fd34ab3 # v13 | 49 | - uses: luarocks/gh-actions-lua@56eba09993704b908cc3c7c2753e630d18cb9696 # v14 |
| 50 | with: | 50 | with: |
| 51 | luaVersion: ${{ matrix.lua-version }} | 51 | luaVersion: ${{ matrix.lua-version }} |
| 52 | 52 | ||
| @@ -103,7 +103,7 @@ jobs: | |||
| 103 | with: | 103 | with: |
| 104 | persist-credentials: false | 104 | persist-credentials: false |
| 105 | 105 | ||
| 106 | - uses: luarocks/gh-actions-lua@85e2287697275df96334743ac654241a8fd34ab3 # v13 | 106 | - uses: luarocks/gh-actions-lua@56eba09993704b908cc3c7c2753e630d18cb9696 # v14 |
| 107 | with: | 107 | with: |
| 108 | luaVersion: "5.4" | 108 | luaVersion: "5.4" |
| 109 | 109 | ||
| @@ -121,7 +121,7 @@ jobs: | |||
| 121 | with: | 121 | with: |
| 122 | persist-credentials: false | 122 | persist-credentials: false |
| 123 | 123 | ||
| 124 | - uses: luarocks/gh-actions-lua@85e2287697275df96334743ac654241a8fd34ab3 # v13 | 124 | - uses: luarocks/gh-actions-lua@56eba09993704b908cc3c7c2753e630d18cb9696 # v14 |
| 125 | with: | 125 | with: |
| 126 | luaVersion: "5.4" | 126 | luaVersion: "5.4" |
| 127 | 127 | ||
| @@ -168,7 +168,7 @@ jobs: | |||
| 168 | # the `luarocks/gh-actions-lua` | 168 | # the `luarocks/gh-actions-lua` |
| 169 | # action below, everything runs as | 169 | # action below, everything runs as |
| 170 | # it should. | 170 | # it should. |
| 171 | - uses: luarocks/gh-actions-lua@85e2287697275df96334743ac654241a8fd34ab3 # v13 | 171 | - uses: luarocks/gh-actions-lua@56eba09993704b908cc3c7c2753e630d18cb9696 # v14 |
| 172 | with: | 172 | with: |
| 173 | luaVersion: 5.4 | 173 | luaVersion: 5.4 |
| 174 | 174 | ||
