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

lmccay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 231ad228f Update main.yml
231ad228f is described below

commit 231ad228f878fea2079685dd066be67027fce7cc
Author: lmccay <[email protected]>
AuthorDate: Fri Jul 19 11:21:13 2024 -0400

    Update main.yml
    
    Bumping github actions for checkout and setup-java to v4
---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9907fabef..94ef7ff9a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -34,9 +34,9 @@ jobs:
       fail-fast: false
     name: CI - Java ${{ matrix.java }}
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
       - name: 'Setup Java'
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v4
         with:
           java-version: ${{ matrix.java }}
       - name: 'Build and Test'

Reply via email to