Merge pull request #7270 from bisq-network/dependabot/github_actions/actions/checkout-4.2.1

build(deps): bump actions/checkout from 4.2.0 to 4.2.1
This commit is contained in:
HenrikJannsen 2024-10-20 12:58:01 +07:00 committed by GitHub
commit cbe3ead0d5
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.2.0
- uses: actions/checkout@v4.2.1
- name: Set up JDK
uses: actions/setup-java@v4.4.0

View File

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