Skip to content

Commit

Permalink
Update actions/checkout action to v2 (#22)
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 Jul 26, 2021
1 parent 25d84d0 commit b263e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
otp-version: '23.x'
elixir-version: '1.11.x'
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Cache mix dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit b263e22

Please sign in to comment.