Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Deprecation warning for setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Sep 10, 2023
1 parent ce1ab15 commit b83cb8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup/lib/setup-haskell.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup/src/setup-haskell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default async function run(
inputs: Record<string, string>
): Promise<void> {
core.warning(
'As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).'
'::warning::As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).'
);
core.info(
`***************************************************************************`
Expand Down

0 comments on commit b83cb8f

Please sign in to comment.