Skip to content

Commit

Permalink
Merge pull request #165 from fraktalio/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3.3.0
  • Loading branch information
idugalic committed Jan 11, 2023
2 parents c6abc77 + 33a480f commit 1aa2a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0

Expand Down

0 comments on commit 1aa2a95

Please sign in to comment.