diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index be50db3..71beb11 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cache-Go - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/go/pkg/mod # Module download cache diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 28e28f2..d61aa8f 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -27,7 +27,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Cache-Go - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/go/pkg/mod # Module download cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eec6352..aaee4ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6 - name: Cache-Go - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/go/pkg/mod # Module download cache