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

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new fe63bdb  Upgrade github action dependencies
fe63bdb is described below

commit fe63bdb0e24e4eac10c3cf0062d66121189a0b49
Author: Houston Putman <[email protected]>
AuthorDate: Thu Mar 13 12:40:25 2025 -0500

    Upgrade github action dependencies
---
 .github/workflows/check.yaml       | 6 +++---
 .github/workflows/e2e-tests.yaml   | 6 +++---
 .github/workflows/smoke-tests.yaml | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml
index b3d2ab9..a761256 100644
--- a/.github/workflows/check.yaml
+++ b/.github/workflows/check.yaml
@@ -33,9 +33,9 @@ jobs:
 
     steps:
       # Setup
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
       - name: Setup go
-        uses: actions/setup-go@v2
+        uses: actions/setup-go@v5
         with:
           go-version: ${{ matrix.go }}
 
@@ -43,7 +43,7 @@ jobs:
       - run: make clean
       - run: make install-dependencies
 
-      - uses: actions/cache@v2
+      - uses: actions/cache@v4
         with:
           path: |
             ~/go/pkg/mod
diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml
index 554bb20..c24fb53 100644
--- a/.github/workflows/e2e-tests.yaml
+++ b/.github/workflows/e2e-tests.yaml
@@ -53,9 +53,9 @@ jobs:
 
     steps:
       # Setup
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
       - name: Setup go
-        uses: actions/setup-go@v2
+        uses: actions/setup-go@v5
         with:
           go-version: ${{ matrix.go-version }}
 
@@ -63,7 +63,7 @@ jobs:
 
       - name: Install dev dependencies
         id: cache-bin
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: bin
           key: ${{ runner.os }}-code-dependencies-${{ matrix.go-version }}-${{ 
hashFiles('Makefile') }}
diff --git a/.github/workflows/smoke-tests.yaml 
b/.github/workflows/smoke-tests.yaml
index eeeba63..8d2b185 100644
--- a/.github/workflows/smoke-tests.yaml
+++ b/.github/workflows/smoke-tests.yaml
@@ -51,9 +51,9 @@ jobs:
 
     steps:
       # Setup
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
       - name: Setup go
-        uses: actions/setup-go@v2
+        uses: actions/setup-go@v5
         with:
           go-version: ${{ matrix.go }}
 

Reply via email to