-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update github actions #3
Conversation
Thanks for this @yewtc! I'm going to close and re-open to kick off a CI build. |
I'm actually not sure why that warning occurs. It's quite noisy, though. 😞 |
We've got a 5.38 failure here. |
See issue #4 - there's a change in perl behaviour starting with 5.37. I was going to fix the tests, but as per the issue, I'm not sure if fixing the tests to make them pass is the correct solution. Any fix needs to be thought through. I'm not sure that it isn't a perl bug. |
Right. I guess it's related to houseabsolute/p5-Test-Vars#47 and also Perl/perl5#20114 |
I was assigned this repo as part of the pull request club. I'm going to actually do 2 pull requests. This one is a "meta" the "meta" pull request. Mainly updating the github actions to be current versions, to remove some warnings. I had to do a perltidy - on script/perlvars and App/perlvars.pm - which I don't understand, but anyway it was needed. I also added the work flow dispatch option to enable running from within github. There is still a warning, but that is from perl-actions/install-with-cpm@v1 about set-output. I mention it here as I see that you are one of contributors to that repo and there is an open issue for it.