Merge pull request #5141 from shuujii/fix-deprecated-set-env-command-error-on-GitHub-Actions

Fix deprecated `set-env` command error on GitHub Actions [ci skip]
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-11-17 22:07:33 +09:00
committed by GitHub
+1
View File
@@ -67,6 +67,7 @@ jobs:
runs-on: windows-latest
env:
MRUBY_CONFIG: travis
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1