diff --git a/.github/workflows/dep-autoapprove.yml b/.github/workflows/dep-autoapprove.yml index 3be764760c..f0965031ab 100644 --- a/.github/workflows/dep-autoapprove.yml +++ b/.github/workflows/dep-autoapprove.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: key: key path: ~/.bun/install/cache diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8cc1683cdb..204d305b44 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: with: go-version: '1.24' - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: key: key path: ~/.bun/install/cache