diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3203212b5d..75b1eda32e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/examples-go.yml b/.github/workflows/examples-go.yml index dd556bf0b8..a910a5112c 100644 --- a/.github/workflows/examples-go.yml +++ b/.github/workflows/examples-go.yml @@ -15,7 +15,7 @@ jobs: go-version: 1.16 - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Running examples E2E test folder run: make -B examples diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4e7826b4f3..7430c768e9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: go-version: 1.16 - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Running CI run: make ci