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:35:36 UTC

[incubator-ponymail] branch master updated: Commt ref not accepted

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 efe920d  Commt ref not accepted
efe920d is described below

commit efe920dac5b6698c800618a1db6e8fa7bc6829f9
Author: Sebb <se...@apache.org>
AuthorDate: Fri Oct 15 23:35:28 2021 +0100

    Commt ref not accepted
---
 .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 5ea67b5..7900de0 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
-    # This is the commit for v8.0.0 (current at time of approval by INFRA)
-      uses: leafo/gh-actions-lua@https://github.com/leafo/gh-actions-lua/commit/ea0ae38722c0b45aa4e770f7c4a650c6b26800d0
+    # v8 was current at time of approval by INFRA
+      uses: leafo/gh-actions-lua@v8
       with:
         luaVersion: "5.2"
     - name: Basic Test with LUA