diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc9dedf..6ef5762 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: outputs: tag-version: ${{ steps.tag_version.outputs.new_tag }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up JDK 25 @@ -69,7 +69,7 @@ jobs: # continue-on-error: true # steps: # - name: Checkout - # uses: actions/checkout@v5 + # uses: actions/checkout@v6 # - uses: ayltai/setup-graalvm@v1 # with: # java-version: 17 @@ -98,7 +98,7 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: actions/download-artifact@v6 with: name: jvmArtifacts-${{ github.sha }} diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 38672df..9de46b0 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -23,7 +23,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@v5 + - uses: actions/checkout@v6 - name: Set up JDK 21 uses: actions/setup-java@v5 with: