MrRefactoring / jira.js

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
https://mrrefactoring.github.io/jira.js/
MIT License
349 stars 46 forks source link

Update GitHub Actions Pipeline Due to Deprecated `set-output` Command #288

Closed MrRefactoring closed 8 months ago

MrRefactoring commented 8 months ago

While executing a GitHub Action, I received a warning indicating that the set-output command is outdated. This specific pipeline can be found here. To ensure our pipelines remain effective and in line with best practices, we need to update this command in the mentioned pipeline.

Please use the official migration guide provided by GitHub to address and rectify this deprecated command.