Merge pull request #7059 from bisq-network/dependabot/github_actions/actions/checkout-4.1.2

build(deps): bump actions/checkout from 4.1.1 to 4.1.2
This commit is contained in:
Alejandro García 2024-03-27 09:13:19 +00:00 committed by GitHub
commit fcb625cbb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.1.1
- uses: actions/checkout@v4.1.2
- name: Set up JDK
uses: actions/setup-java@v4.0.0

View File

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