diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 45fef22..d58b1ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: go-version: ${{ matrix.go }} - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Run build of the application - name: Run build