diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac882b3..a8a2970 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.18 - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: 1.18 - uses: actions/checkout@v3 diff --git a/go.mod b/go.mod index 99c5e0c..55adbe4 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.18 require ( github.com/pkg/errors v0.9.1 - gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1 )