diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 20a28e6..d4dce78 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: go-version: 1.19 - name: Checkout code - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 - name: Test run: make test-cover @@ -57,7 +57,7 @@ jobs: go-version: 1.18.5 - name: Checkout code - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 - name: Test run: make test \ No newline at end of file diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 568d655..a886f4c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: with: go-version: 1.19 - name: Checkout code - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: