GitHub ActionsのWarning messageを修正する

気にしてなかったけど GitHub Actionsで以下のようなWarning messageが出るようになった。 The "master" branch is no longer the default branch name for actions/checkout Please pin to a specific version or use "main". これはBLM運動により、GitHubはDefaultのBranchをmainに変更する方針となりました。 www.itmed…