diff --git a/.github/workflows/plugin.yml b/.github/workflows/plugin.yml index 5ce9bea..7987a60 100644 --- a/.github/workflows/plugin.yml +++ b/.github/workflows/plugin.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: # Copies the repository content - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Sets up the java version and enables Maven caching strategy - name: Set up JDK 21 for x64 @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: # Copies the repository content - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Sets up the java version and enables Maven caching strategy - name: Set up JDK 21 for x64 @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: # Copies the repository content - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Sets up the java version and enables Maven caching strategy - name: Set up JDK 21 for x64