diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index c1569085442..f3080464092 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -41,7 +41,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 ################################### # Build image locally for testing # diff --git a/.github/workflows/deploy-PROD.yml b/.github/workflows/deploy-PROD.yml index 9839a06e26e..d602ce121ec 100644 --- a/.github/workflows/deploy-PROD.yml +++ b/.github/workflows/deploy-PROD.yml @@ -37,7 +37,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 ##################### # Run Deploy script # diff --git a/.github/workflows/deploy-RELEASE.yml b/.github/workflows/deploy-RELEASE.yml index 5fa3dc0863f..0a74be33698 100644 --- a/.github/workflows/deploy-RELEASE.yml +++ b/.github/workflows/deploy-RELEASE.yml @@ -37,7 +37,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 ################################### # Run Deploy script for Dockerhub # diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index 884b087e5de..227f17f226b 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -36,7 +36,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 ################################ # Run Linter against code base # diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index d6f56a21adb..a39d073b1e6 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -32,7 +32,7 @@ jobs: ############################# # Check out the latest code # ############################# - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 ###################### # Run the tag action #