This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fd0d54  Update luarocks action to version 5 (#307)
7fd0d54 is described below

commit 7fd0d54d4bdcb99923e1ff1ac4164a996dfd4146
Author: Kit Chan <[email protected]>
AuthorDate: Fri Sep 19 17:19:06 2025 -0700

    Update luarocks action to version 5 (#307)
---
 .github/workflows/test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a530029..add63f8 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -41,8 +41,8 @@ jobs:
       with:
         luaVersion: "5.1.5"
     
-    # commit for v4.3.0
-    - uses: leafo/gh-actions-luarocks@e65774a6386cb4f24e293dca7fc4ff89165b64c5
+    # commit for v5
+    - uses: leafo/gh-actions-luarocks@4c082a5fad45388feaeb0798dbd82dbd7dc65bca
 
     - name: Install Busted
       run: |

Reply via email to