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

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


The following commit(s) were added to refs/heads/master by this push:
     new 55090ed  update gha versions (#90)
55090ed is described below

commit 55090eddc8accf6610fb0c22a5fa5a53726c197d
Author: David Grove <[email protected]>
AuthorDate: Tue Feb 13 09:01:11 2024 -0500

    update gha versions (#90)
---
 .github/workflows/ci.yaml       | 4 ++--
 .github/workflows/scancode.yaml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 1301f4b..cda4909 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -28,9 +28,9 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Setup Python
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v5
         with:
           python-version: '3.10'
       - name: Run ScanCode Tests
diff --git a/.github/workflows/scancode.yaml b/.github/workflows/scancode.yaml
index 44464e2..5717211 100644
--- a/.github/workflows/scancode.yaml
+++ b/.github/workflows/scancode.yaml
@@ -32,7 +32,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Scan Code
         uses: apache/openwhisk-utilities/scancode@master
         with:

Reply via email to