slack-ruby / slack-ruby-client

A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.
MIT License
1.21k stars 214 forks source link

Update GitHub Actions to latest versions #427

Closed kstole closed 1 year ago

kstole commented 1 year ago

Using the latest version of actions/checkout will resolve the Node.js 12 actions are deprecated warnings.

Ruby version in .ruby-version is used by ruby/setup-ruby automatically when not otherwise specified.

Addresses #426

dangerpr-bot commented 1 year ago
1 Warning
:warning: Unless you're refactoring existing code or improving documentation, please update CHANGELOG.md.

Here's an example of a CHANGELOG.md entry:

* [#427](https://github.com/slack-ruby/slack-ruby-client/pull/427): Update github actions to latest versions - [@kstole](https://github.com/kstole).

Generated by :no_entry_sign: Danger