Skip to content

Commit

Permalink
Merge pull request #89 from mutualmobile/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3
  • Loading branch information
shubhamsinghmutualmobile authored Jul 29, 2023
2 parents 8ec56ac + fc4fc1f commit 762b177
Showing 1 changed file with 1 addition and 1 deletion.
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:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up JDK 11
uses: actions/setup-java@v3
Expand Down

0 comments on commit 762b177

Please sign in to comment.