You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2023/09/29 18:38:37 UTC

[tika] branch main updated: update checkout version

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 25807484e update checkout version
25807484e is described below

commit 25807484e8d665490dbc8e2e4d7942f39e3d07ef
Author: tallison <ta...@apache.org>
AuthorDate: Fri Sep 29 14:38:22 2023 -0400

    update checkout version
---
 .github/workflows/main-jdk11-build.yml | 2 +-
 .github/workflows/main-jdk17-build.yml | 2 +-
 .github/workflows/main-jdk21-build.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main-jdk11-build.yml b/.github/workflows/main-jdk11-build.yml
index f51400278..e7ddb16b7 100644
--- a/.github/workflows/main-jdk11-build.yml
+++ b/.github/workflows/main-jdk11-build.yml
@@ -31,7 +31,7 @@ jobs:
         java: [ '11' ]
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/setup-java@v1
         with:
diff --git a/.github/workflows/main-jdk17-build.yml b/.github/workflows/main-jdk17-build.yml
index b99692ad7..6ce136c0f 100644
--- a/.github/workflows/main-jdk17-build.yml
+++ b/.github/workflows/main-jdk17-build.yml
@@ -29,7 +29,7 @@ jobs:
         java: [ '17' ]
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/setup-java@v1
         with:
diff --git a/.github/workflows/main-jdk21-build.yml b/.github/workflows/main-jdk21-build.yml
index 946cbf0f9..67cf8f95c 100644
--- a/.github/workflows/main-jdk21-build.yml
+++ b/.github/workflows/main-jdk21-build.yml
@@ -29,7 +29,7 @@ jobs:
         java: [ '21' ]
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/setup-java@v1
         with: