diff --git a/.github/workflows/back-port.yaml b/.github/workflows/back-port.yaml index c6b60d60266..f04195a9e92 100644 --- a/.github/workflows/back-port.yaml +++ b/.github/workflows/back-port.yaml @@ -26,7 +26,7 @@ jobs: ) steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Create Backport PR diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc6e2f0b2fc..fbd3bb680e0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Verify Code run: make verify @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Setup Go @@ -54,7 +54,7 @@ jobs: container: pouchcontainer/pouchlinter:v0.1.2 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run misspell run: find ./* -name "*" | xargs misspell -error - name: Lint markdown files @@ -75,7 +75,7 @@ jobs: unit-tests: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true - name: Fetch History @@ -106,7 +106,7 @@ jobs: e2e-tests: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: actions/setup-go@v3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 778a46b5385..e2a78c503a9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Get the version @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Get the version diff --git a/.github/workflows/sync-charts.yaml b/.github/workflows/sync-charts.yaml index bb15dd49376..8bf0f16dfe3 100644 --- a/.github/workflows/sync-charts.yaml +++ b/.github/workflows/sync-charts.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Get the version id: get_version