Browse Source

Bump actions/checkout from 2 to 4 (#901)

pull/898/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
28a701bbd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/maven.yml

2
.github/workflows/maven.yml

@ -19,7 +19,7 @@ jobs: @@ -19,7 +19,7 @@ jobs:
java: ["17"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2
with:

Loading…
Cancel
Save