[
https://issues.apache.org/jira/browse/NIFI-7939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17218662#comment-17218662
]
Joe Witt commented on NIFI-7939:
--------------------------------
in case some poor soul gets stuck having to debug this nonsense the issue
appears to be from our usage of github/setup-java which uses these commands and
that I wasnt using the broad version range and instead a specific version. Now
it will auto update as new versions of this same major line come out.
https://github.com/actions/setup-java/commit/d202f5dbf7256730fb690ec59f6381650114feb2
Should have PR up for this soon.
> Github CI/Actions has changed - requires updates to build config
> ----------------------------------------------------------------
>
> Key: NIFI-7939
> URL: https://issues.apache.org/jira/browse/NIFI-7939
> Project: Apache NiFi
> Issue Type: Task
> Reporter: Joe Witt
> Assignee: Joe Witt
> Priority: Major
>
> In https://github.com/apache/nifi/actions/runs/311573127 we see a lot of
> things like
> github-actions
> / Windows - JDK 1.8
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade
> to using Environment Files. For more information see:
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
> Check warning on line 1 in .github
> @github-actions
> github-actions
> / Windows - JDK 1.8
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade
> to using Environment Files. For more information see:
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
> Check warning on line 1 in .github
> @github-actions
> github-actions
> / Windows - JDK 1.8
> .github#L1
> The `add-path` command is deprecated and will be disabled soon. Please
> upgrade to using Environment Files. For more information see:
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
> Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 11 EN
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade
> to using Environment Files. For more information see:
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
> Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 11 EN
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade
> to using Environment Files. For more information see:
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
> Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 11 EN
> .github#L1
> The `add-path` command is deprecated and will be disabled soon. Please
> upgrade to using Environment Files. For more information see:
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
> Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 1.8 FR
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade
> to using Environment Files. For more information see:
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
> Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 1.8 FR
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade
> to using Environment Files. For more information see:
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
> Check warning on line 1 in .github
> @github-actions
> github-actions
> / Ubuntu - JDK 1.8 FR
> .github#L1
> The `add-path` command is deprecated and will be disabled soon. Please
> upgrade to using Environment Files. For more information see:
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
> Check warning on line 1 in .github
> @github-actions
> github-actions
> / MacOS - JDK 1.8 JP
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade
> to using Environment Files. For more information see:
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
> Check warning on line 1 in .github
> @github-actions
> github-actions
> / MacOS - JDK 1.8 JP
> .github#L1
> The `set-env` command is deprecated and will be disabled soon. Please upgrade
> to using Environment Files. For more information see:
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
> Check warning on line 1 in .github
> @github-actions
> github-actions
> / MacOS - JDK 1.8 JP
> .github#L1
> The `add-path` command is deprecated and will be disabled soon. Please
> upgrade to using Environment Files. For more information see:
> https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)