Merge pull request #6881 from bisq-network/dependabot/github_actions/actions/checkout-4.1.0

build(deps): bump actions/checkout from 4.0.0 to 4.1.0
This commit is contained in:
Alejandro García 2023-09-25 19:42:30 +00:00 committed by GitHub
commit f74f4fefb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
java: ['11']
name: Test Java ${{ matrix.Java }}, ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: Set up JDK
uses: actions/setup-java@v3.13.0

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: codacy-coverage-reporter
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: Set up JDK
uses: actions/setup-java@v3.13.0