diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f655ff..245fa02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set up the Java environment for the next steps - name: Setup Java @@ -79,7 +79,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set up the Java environment for the next steps - name: Setup Java @@ -122,7 +122,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set up the Java environment for the next steps - name: Setup Java @@ -162,7 +162,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set up the Java environment for the next steps - name: Setup Java diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6630e7c..cdc114d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.release.tag_name }}