diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a43d8b..7d833ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 - name: Enforce standard format uses: golangci/golangci-lint-action@v3.7.1 with: