diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbba8e7..4eb871c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get dependencies run: go get -v -t -d ./... diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 62b8ced..3f38da6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install linter run: go install honnef.co/go/tools/cmd/staticcheck