diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e15c08a..db471073 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: submodules: recursive - - uses: actions/cache@v4.0.0 + - uses: actions/cache@v4.0.1 id: go-mod-cache with: path: ~/go/pkg/mod @@ -104,7 +104,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v4.0.0 + - uses: actions/cache@v4.0.1 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}