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

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 84fb8b5  Bump `actions/checkout` and `actions/setup-go` to `v4` (#73)
84fb8b5 is described below

commit 84fb8b584afa73d4a86cca62090ba5feecd35bbb
Author: John Bampton <[email protected]>
AuthorDate: Tue Nov 7 19:49:56 2023 +1000

    Bump `actions/checkout` and `actions/setup-go` to `v4` (#73)
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bd384fc..c4c172d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,10 +28,10 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
 
     - name: Set up Go
-      uses: actions/setup-go@v3
+      uses: actions/setup-go@v4
       with:
         go-version: 1.18
 

Reply via email to