diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3056633..039ba40e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: go-version: 1.17 - name: Checkout - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 - name: Cache Go modules uses: actions/cache@v2.1.6 @@ -72,7 +72,7 @@ jobs: go-version: 1.17 - name: Checkout - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 with: fetch-depth: 0