From 05b4abf633749fad0557a9e0aeb04ace63c65d05 Mon Sep 17 00:00:00 2001 From: Rakshitha Kamath Date: Thu, 28 Mar 2024 11:22:50 +0530 Subject: [PATCH] Update the github action --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7cc99f16..5327716e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'nfs-ganesha/ci-tests' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: 'centos-ci' - name: build JJB container image