diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2295aa6..8308eff 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,7 +15,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: actions/setup-java@v3 with: distribution: 'microsoft'