Skip to content

Commit

Permalink
Upgrade github checkout action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
khorshuheng committed Apr 28, 2020
1 parent 45e6500 commit 8f94f21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
container: gcr.io/kf-feast/feast-ci:latest
name: unit test java
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/cache@v1
with:
path: ~/.m2/repository
Expand All @@ -23,7 +23,7 @@ jobs:
container: gcr.io/kf-feast/feast-ci:latest
name: unit test python
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: install python
run: make install-python
- name: test python
Expand All @@ -34,7 +34,7 @@ jobs:
container: gcr.io/kf-feast/feast-ci:latest
name: unit test go
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: install dependencies
run: make compile-protos-go
- name: test go
Expand Down

0 comments on commit 8f94f21

Please sign in to comment.