diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9e06074..386e1e2 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Install updated version of Java if matrix.java_version is set - name: Initialize Java diff --git a/.github/workflows/enforce_conventional_commits.yml b/.github/workflows/enforce_conventional_commits.yml index 04c3573..7a30773 100644 --- a/.github/workflows/enforce_conventional_commits.yml +++ b/.github/workflows/enforce_conventional_commits.yml @@ -22,7 +22,7 @@ steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Check Commit Messages diff --git a/.github/workflows/experimental_ruby_builds.yml b/.github/workflows/experimental_ruby_builds.yml index 5d78f5d..16cf00d 100644 --- a/.github/workflows/experimental_ruby_builds.yml +++ b/.github/workflows/experimental_ruby_builds.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Initialize Java if: matrix.java_version != '' diff --git a/.github/workflows/process-spawn-test.yml b/.github/workflows/process-spawn-test.yml index 6d2fa16..df01268 100644 --- a/.github/workflows/process-spawn-test.yml +++ b/.github/workflows/process-spawn-test.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Java if: startsWith(matrix.ruby, 'jruby') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54b2269..e381c18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,10 +29,10 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Create release - uses: googleapis/release-please-action@v4 + uses: googleapis/release-please-action@v5 id: release with: token: ${{ secrets.AUTO_RELEASE_TOKEN }}