Skip to content

Commit 01120e0

Browse files
committed
fix: Update checkout and cache to v2
1 parent d9226a7 commit 01120e0

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)