diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92dad796..a2107b3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout with: fetch-depth: 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index fb23c6aa..eed44aca 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -44,7 +44,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout with: fetch-depth: 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 91248a4e..3db09e2f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -90,7 +90,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout - name: "Install: JDK 21 for Compilation ☕" diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index 1bfd9fc6..fbc16556 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -62,7 +62,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout - name: "Install: JDK ${{ env.JAVA_VERSION }} ☕" diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 225df561..7407ba51 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -44,7 +44,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout - name: "Install: Node"