Skip to content

Commit

Permalink
Consistently use checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jan 29, 2020
1 parent d395e8e commit 10d46fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
go-version: 1.13

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

- name: Verify dependencies
run: go mod verify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Copy release
id: copy
uses: ./.github/actions/copy-release-to-another-repo
Expand Down

0 comments on commit 10d46fe

Please sign in to comment.