Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2022
1 parent c63afff commit d7919bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
# matrix:
# java: [ '14' ]
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
- uses: actions/setup-java@v3.5.1
with:
distribution: 'adopt'
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
- uses: actions/setup-java@v3.5.1
with:
distribution: 'adopt'
Expand Down

0 comments on commit d7919bf

Please sign in to comment.