diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c6fc44..a2caa3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: DOCKER_REGISTRY_USERNAME: ucentral steps: - name: Checkout actions repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: Telecominfraproject/.github path: github @@ -56,7 +56,7 @@ jobs: - docker steps: - name: Checkout actions repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: Telecominfraproject/.github path: github diff --git a/.github/workflows/enforce-jira-issue-key.yml b/.github/workflows/enforce-jira-issue-key.yml index 0908476..a56d6ed 100644 --- a/.github/workflows/enforce-jira-issue-key.yml +++ b/.github/workflows/enforce-jira-issue-key.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout actions repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: Telecominfraproject/.github path: github diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e564a3b..8cdbe2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: HELM_REPO_USERNAME: ucentral steps: - name: Checkout uCentral assembly chart repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: wlan-cloud-ucentralgw-ui