diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e13bed0..43b3b66 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@v4 + uses: actions/checkout@v5 # Run build of the application - name: Run build