You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/10/15 22:40:20 UTC

[incubator-ponymail] branch master updated: Duh! try with the rest of the URL

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new 37fedca  Duh! try with the rest of the URL
37fedca is described below

commit 37fedca53ff97cf5f2b43f63e5f50d67f63d39cd
Author: Sebb <se...@apache.org>
AuthorDate: Fri Oct 15 23:40:08 2021 +0100

    Duh! try with the rest of the URL
---
 .github/workflows/pythonpackage.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 7900de0..d78424e 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -30,8 +30,8 @@ jobs:
         python -m pip install --upgrade pip
         pip install -r test/requirements.txt
     - name: Set up LUA
-    # v8 was current at time of approval by INFRA
-      uses: leafo/gh-actions-lua@v8
+    # This is the commit for v8.0.0 (current at time of approval by INFRA)
+      uses: leafo/gh-actions-lua@ea0ae38722c0b45aa4e770f7c4a650c6b26800d0
       with:
         luaVersion: "5.2"
     - name: Basic Test with LUA