You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/05/03 16:06:03 UTC

[jena] branch main updated: Bump actions/checkout from 2 to 3

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

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


The following commit(s) were added to refs/heads/main by this push:
     new fc721a8673 Bump actions/checkout from 2 to 3
fc721a8673 is described below

commit fc721a86733fb76f046832a71c40c7967f25d439
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 3 08:57:10 2022 +0000

    Bump actions/checkout from 2 to 3
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/maven.yml         | 2 +-
 .github/workflows/maven_macos.yml   | 2 +-
 .github/workflows/maven_windows.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1a50cc97b9..d13755a4e0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
         os: [ubuntu-latest]
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Set up JDK 11
       uses: actions/setup-java@v3
       with:
diff --git a/.github/workflows/maven_macos.yml b/.github/workflows/maven_macos.yml
index cb230233c5..f70a7a2b6f 100644
--- a/.github/workflows/maven_macos.yml
+++ b/.github/workflows/maven_macos.yml
@@ -17,7 +17,7 @@ jobs:
         os: [macos-latest]
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
 
     - name: Set up JDK 11
       uses: actions/setup-java@v3
diff --git a/.github/workflows/maven_windows.yml b/.github/workflows/maven_windows.yml
index 3be7182059..1ba1c1b29f 100644
--- a/.github/workflows/maven_windows.yml
+++ b/.github/workflows/maven_windows.yml
@@ -19,7 +19,7 @@ jobs:
     # "windows" takes up a lot of diskspace due a longstanding JDK issue
     # Running on c: seems to work.
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
 
     - name: Set up JDK 11
       uses: actions/setup-java@v3