diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 751030d..b2d8591 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: - uses: https://code.forgejo.org/actions/cache@v4 with: path: ${{ steps.go.outputs.mod_cache_dir }} - key: ${{ runner.os }}-go-mod-cache-${{ hashFiles('go.sum') }} + key: ${{ runner.os }}-go-mod-cache-${{ hashFiles('**/go.sum') }} - name: Setup Environment working-directory: .tools run: mise run build diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 33621d9..7b7ee30 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -33,7 +33,7 @@ jobs: - uses: https://code.forgejo.org/actions/cache@v4 with: path: ${{ steps.go.outputs.mod_cache_dir }} - key: ${{ runner.os }}-go-mod-cache-${{ hashFiles('go.sum') }} + key: ${{ runner.os }}-go-mod-cache-${{ hashFiles('**/go.sum') }} - name: Setup Environment working-directory: .tools run: mise run build