Skip to content

Commit

Permalink
Update actions/checkout action to v3 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 8, 2022
1 parent 8020573 commit f391783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go-version: 1.14.x

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: 1.14.x

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go-version: 1.14.x

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Update Go dependencies
run: |
Expand Down

0 comments on commit f391783

Please sign in to comment.