diff --git a/.github/workflows/cicd-build.yml b/.github/workflows/cicd-build.yml index f2883a2..1c06c95 100644 --- a/.github/workflows/cicd-build.yml +++ b/.github/workflows/cicd-build.yml @@ -21,7 +21,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v4 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}