Skip to content

Commit 328d173

Browse files
Bump leafo/gh-actions-lua from 8 to 12
Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 8 to 12. - [Release notes](https://github.com/leafo/gh-actions-lua/releases) - [Commits](leafo/gh-actions-lua@v8...v12) --- updated-dependencies: - dependency-name: leafo/gh-actions-lua dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94ad156 commit 328d173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
echo "VERSION=$(echo ${{ github.ref }} | cut -d'/' -f3 | cut -c2-)" >> $GITHUB_ENV
1818
- uses: actions/checkout@v2
1919
- name: Set up Lua
20-
uses: leafo/gh-actions-lua@v8
20+
uses: leafo/gh-actions-lua@v12
2121
with:
2222
luaVersion: "5.3.5"
2323

0 commit comments

Comments
 (0)