dmnemec / copy_file_to_another_repo_action

This GitHub Action copies a file from the current repository to a location in another repository
Apache License 2.0
182 stars 201 forks source link

Update `actions/checkout` to @v3 #82

Open zimeg opened 1 year ago

zimeg commented 1 year ago

Summary

This PR bumps the version of actions/checkout to @v3 to prevent warnings of using an outdated Node version in @v2.

Example warning:

warning

Related links:

zimeg commented 1 year ago

Realizing that warning is from a workflow in my own repo... I had initially thought it was being raised from this action! My bad!

No hard feelings if this PR should be closed!