提交 01120e08 编写于 作者: R ryuichi1208

fix: Update checkout and cache to v2

上级 d9226a7f
......@@ -11,7 +11,7 @@ jobs:
go: ["1.11", "1.12", "1.13", "1.14"]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Ruby
uses: actions/setup-ruby@v1
......@@ -19,7 +19,7 @@ jobs:
ruby-version: 2.6.x
- name: Cache gems
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册