Skip to content

Commit 31b6443

Browse files
authored
Merge pull request mislav#2598 from ryuichi1208/master
fix: Update checkout and cache to v2
2 parents d9226a7 + 01120e0 commit 31b6443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
go: ["1.11", "1.12", "1.13", "1.14"]
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515

1616
- name: Set up Ruby
1717
uses: actions/setup-ruby@v1
1818
with:
1919
ruby-version: 2.6.x
2020

2121
- name: Cache gems
22-
uses: actions/cache@v1
22+
uses: actions/cache@v2
2323
with:
2424
path: vendor/bundle
2525
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)