Navigation Menu

Skip to content

Commit

Permalink
Update actions/checkout action to v2 (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 19, 2021
1 parent 673e30d commit 84c84ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
go-version: 1.16
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Install
run: |
git config --global user.email "github@spam.cozycloud.cc"
Expand Down

0 comments on commit 84c84ea

Please sign in to comment.