diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a623d0b..49f9b54 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,12 +17,12 @@ jobs: run: echo "BRANCH=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ~1.22 - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Linters uses: golangci/golangci-lint-action@v3