Skip to content

Commit

Permalink
Merge pull request #171 from stevespringett/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-v2.3.4

Bump actions/checkout from v1 to v2.3.4
  • Loading branch information
stevespringett committed Mar 15, 2021
2 parents 3f3b7ff + 351e4c6 commit 5698bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 5698bd0

Please sign in to comment.