diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 5e76756..43494f8 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -32,10 +32,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Clone - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21' @@ -49,7 +49,7 @@ jobs: run: make cover - name: Upload Coverage Report - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: maxtek6/keybase-go \ No newline at end of file