Skip to content

Commit

Permalink
Upgrade to checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Oct 29, 2020
1 parent 5369d2d commit e439b74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: make package
run: |
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- uses: actions/cache@v1
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- uses: actions/cache@v1
with:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- uses: actions/cache@v1
with:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- uses: actions/cache@v1
with:
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- uses: actions/cache@v1
with:
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- uses: actions/cache@v1
with:
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- uses: actions/cache@v1
with:
Expand Down

0 comments on commit e439b74

Please sign in to comment.