Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 12, 2022
1 parent 0649c7b commit 66f107d
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.1.0
- uses: actions/checkout@v3.2.0
- uses: actions/setup-java@v3.8.0
with:
distribution: 'adopt'
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- uses: actions/setup-java@v3.8.0
with:
distribution: 'adopt'
Expand Down

0 comments on commit 66f107d

Please sign in to comment.