rails-api / active_model_serializers

ActiveModel::Serializer implementation and Rails hooks
MIT License
5.32k stars 1.39k forks source link

Update actions/checkout to v4 #2455

Closed schinery closed 8 months ago

schinery commented 8 months ago

Purpose

Updates actions/checkout to v4, which will remove the "The following actions uses node12 which is deprecated" messages being raised when the GitHub actions run.

actions/checkout@v2:

Screenshot 2023-10-06 at 08 54 24

actions/checkout@v4:

Screenshot 2023-10-06 at 08 58 30

Changes

Changed actions/checkout@v2 to actions/checkout@v4 in .github/workflows/ci.yml

bf4 commented 8 months ago

Thanks @schinery