diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index c0e4070..8cd5a5f 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -18,7 +18,7 @@ jobs: go-version: 1.21.0 - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build and Run Tests run: make generate-golang-schema build tests diff --git a/.github/workflows/pre-main.yml b/.github/workflows/pre-main.yml index 9a4374c..1bcfaf7 100644 --- a/.github/workflows/pre-main.yml +++ b/.github/workflows/pre-main.yml @@ -20,7 +20,7 @@ jobs: go-version: 1.21.0 - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Tests run: make generate-golang-schema build tests