diff --git a/action.yml b/action.yml index 76d0f74..c693a32 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ runs: # # Install the golang version that has been defined in the go.mod file. # - - uses: actions/setup-go@v5.0.1 + - uses: actions/setup-go@v5.0.2 with: go-version-file: "go.mod" cache: false