diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 6d888bd3..29caebb8 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -22,7 +22,7 @@ jobs: java-version: 21, } steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK ${{ matrix.java.name }} uses: actions/setup-java@v5.2.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fd3bffb..eb4fb43b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: metadata-file-path: '.github/project.yml' - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{secrets.RELEASE_TOKEN}} # Full history needed for git describe in the GitHub Release step