Skip to content

Commit 06fd636

Browse files
ci: bump leafo/gh-actions-lua from 12.0.0 to 13.0.0 (#913)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fae662 commit 06fd636

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
with:
1818
token: ${{ secrets.GH_TOKEN }}
19-
- uses: leafo/gh-actions-lua@v12.0.0
19+
- uses: leafo/gh-actions-lua@v13.0.0
2020
- uses: actions/setup-node@v6
2121
with:
2222
node-version-file: '.nvmrc'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
token: ${{ secrets.GH_TOKEN }}
2424
fetch-depth: 5
25-
- uses: leafo/gh-actions-lua@v12.0.0
25+
- uses: leafo/gh-actions-lua@v13.0.0
2626
- name: Use Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v6
2828
with:

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v6
40-
- uses: leafo/gh-actions-lua@v12.0.0
40+
- uses: leafo/gh-actions-lua@v13.0.0
4141
- uses: actions/cache@v5
4242
with:
4343
path: data/json

0 commit comments

Comments
 (0)