Merge pull request #7084 from bisq-network/dependabot/github_actions/actions/checkout-4.1.4

build(deps): bump actions/checkout from 4.1.2 to 4.1.4
This commit is contained in:
Alejandro García 2024-04-30 03:14:02 +00:00 committed by GitHub
commit e4fa5d1022
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.2
- uses: actions/checkout@v4.1.4
- name: Set up JDK
uses: actions/setup-java@v4.2.1

View file

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