Merge pull request #7274 from bisq-network/dependabot/github_actions/actions/checkout-4.2.2

build(deps): bump actions/checkout from 4.2.1 to 4.2.2
This commit is contained in:
Alejandro García 2024-11-05 05:04:01 +00:00 committed by GitHub
commit 24d3dd76bb
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.1
- uses: actions/checkout@v4.2.2
- 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.1
- uses: actions/checkout@v4.2.2
- name: Set up JDK
uses: actions/setup-java@v4.4.0