Skip to content

Commit

Permalink
Merge pull request #5 from mikejhill/bugfix/fix-github-actions-java-1…
Browse files Browse the repository at this point in the history
…7-versions

Fix acitons/checkout version string typo
  • Loading branch information
mikejhill authored Oct 12, 2022
2 parents 0eb6cb2 + 4631fe2 commit 2c4bb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@3.1.0
uses: actions/checkout@v3.1.0
- name: Setup Java
uses: actions/setup-java@v3.5.1
with:
Expand Down

0 comments on commit 2c4bb55

Please sign in to comment.