Hi! I'm using v2.6.3 of this action, and it has been failing because pendulum and Flask-Session released non-backward compatible versions. I really want to help fix this issue, but I am unable to open a pull request because the fix involves amending an old commit and changing the v2.6.3 tag to point to the updated file. However, I did manage to fix the problem in my forked repository, and it seems to be working perfectly fine now. Here's what I did to fix it:
Hi! I'm using v2.6.3 of this action, and it has been failing because pendulum and Flask-Session released non-backward compatible versions. I really want to help fix this issue, but I am unable to open a pull request because the fix involves amending an old commit and changing the v2.6.3 tag to point to the updated file. However, I did manage to fix the problem in my forked repository, and it seems to be working perfectly fine now. Here's what I did to fix it:
Insert these in lines 3 and 4 of the Dockerfile
Commit, update, and push the tag
I hope this is useful