diff --git a/.github/workflows/pr-test-lint.yml b/.github/workflows/pr-test-lint.yml index ed068f3..e2a2005 100644 --- a/.github/workflows/pr-test-lint.yml +++ b/.github/workflows/pr-test-lint.yml @@ -55,7 +55,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 # https://github.com/actions/cache/blob/main/examples.md#go---modules - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build