diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2897d4a..caa7e09 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v7 # cache go modules - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: # In order: # * Module download cache @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v7 # cache go modules - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: # In order: # * Module download cache