Skip to content

Commit

Permalink
Merge pull request #16 from mdnorman/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v3
  • Loading branch information
mdnorman committed Mar 12, 2022
2 parents 32d008d + 3fb9aee commit 019b16e
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 @@ -13,7 +13,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build with Gradle
uses: gradle/gradle-build-action@v2.1.0
with:
Expand Down

0 comments on commit 019b16e

Please sign in to comment.