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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new c435fad27 Bump actions/checkout from 4 to 5 in the github_actions group
c435fad27 is described below

commit c435fad27f635d2c4322bd78e4c73f7d9908725c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 13 01:06:04 2025 +0000

    Bump actions/checkout from 4 to 5 in the github_actions group
    
    Bumps the github_actions group with 1 update: 
[actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4 to 5
    - [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/v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github_actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/0-on-demand.yaml     | 2 +-
 .github/workflows/1-unit.yaml          | 2 +-
 .github/workflows/2-system.yaml        | 2 +-
 .github/workflows/3-multi-runtime.yaml | 2 +-
 .github/workflows/4-standalone.yaml    | 2 +-
 .github/workflows/5-scheduler.yaml     | 2 +-
 .github/workflows/6-performance.yaml   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/0-on-demand.yaml 
b/.github/workflows/0-on-demand.yaml
index 2c0741a12..b80c6e251 100644
--- a/.github/workflows/0-on-demand.yaml
+++ b/.github/workflows/0-on-demand.yaml
@@ -70,7 +70,7 @@ jobs:
     continue-on-error: false
     steps:
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
       - name: "Setup"
         run: ./tools/github/setup.sh
       - name: Maximize free space
diff --git a/.github/workflows/1-unit.yaml b/.github/workflows/1-unit.yaml
index 525265422..8e9651342 100644
--- a/.github/workflows/1-unit.yaml
+++ b/.github/workflows/1-unit.yaml
@@ -60,7 +60,7 @@ jobs:
     continue-on-error: false
     steps:
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
       - name: "Setup"
         run: ./tools/github/setup.sh
       - name: Maximize free space
diff --git a/.github/workflows/2-system.yaml b/.github/workflows/2-system.yaml
index a195f5529..385f5e40b 100644
--- a/.github/workflows/2-system.yaml
+++ b/.github/workflows/2-system.yaml
@@ -55,7 +55,7 @@ jobs:
     continue-on-error: false
     steps:
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
       - name: "Setup"
         run: ./tools/github/setup.sh
       - name: Maximize free space
diff --git a/.github/workflows/3-multi-runtime.yaml 
b/.github/workflows/3-multi-runtime.yaml
index de5c70fe6..28da7cb99 100644
--- a/.github/workflows/3-multi-runtime.yaml
+++ b/.github/workflows/3-multi-runtime.yaml
@@ -55,7 +55,7 @@ jobs:
     continue-on-error: false
     steps:
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
       - name: "Setup"
         run: ./tools/github/setup.sh
       - name: Maximize free space
diff --git a/.github/workflows/4-standalone.yaml 
b/.github/workflows/4-standalone.yaml
index e5828dba3..eceebf4be 100644
--- a/.github/workflows/4-standalone.yaml
+++ b/.github/workflows/4-standalone.yaml
@@ -55,7 +55,7 @@ jobs:
     continue-on-error: false
     steps:
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
       - name: "Setup"
         run: ./tools/github/setup.sh
       - name: Maximize free space
diff --git a/.github/workflows/5-scheduler.yaml 
b/.github/workflows/5-scheduler.yaml
index 64f775626..dfa479bf7 100644
--- a/.github/workflows/5-scheduler.yaml
+++ b/.github/workflows/5-scheduler.yaml
@@ -55,7 +55,7 @@ jobs:
     continue-on-error: false
     steps:
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
       - name: "Setup"
         run: ./tools/github/setup.sh
       - name: Maximize free space
diff --git a/.github/workflows/6-performance.yaml 
b/.github/workflows/6-performance.yaml
index 30f297b0c..ac2cde621 100644
--- a/.github/workflows/6-performance.yaml
+++ b/.github/workflows/6-performance.yaml
@@ -55,7 +55,7 @@ jobs:
     continue-on-error: false
     steps:
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
       - name: "Setup"
         run: ./tools/github/setup.sh
       - name: Maximize free space

Reply via email to