Skip to content
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

Warnings during build with github actions #1515

Open
8 tasks
hanjoosten opened this issue Oct 18, 2024 · 0 comments
Open
8 tasks

Warnings during build with github actions #1515

hanjoosten opened this issue Oct 18, 2024 · 0 comments

Comments

@hanjoosten
Copy link
Member

hanjoosten commented Oct 18, 2024

We use several github actions to build, test and do other useful actions. Currently, these actions give several kind of warnings. I will use this issue to identify them and see what we can do about them. Like a log.

Hlint - Check for code sanity

  • The following actions uses node12 which is deprecated and will be forced to run on node16: rwe/[email protected], rwe/[email protected]. More info
  • The following actions use a deprecated Node.js version and will be forced to run on node20: rwe/[email protected], rwe/[email protected]. More info
  • src/Ampersand/Basics/Version.hs#L22 Warning in fatal in module Ampersand.Basics.Version: Redundant bracket ▫︎ Found: "(HasCallStack)" ▫︎ Perhaps: "HasCallStack"
  • The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. More information

Build and test on macos-13

  • php 8.3.12_1 is already installed and up-to-date. To reinstall 8.3.12_1, run: brew reinstall php
  • No cache found

Build and test on windows-2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant