diff --git a/.github/workflows/CI&CD.yml b/.github/workflows/CI&CD.yml index 2fd1bb6..d9e2fed 100644 --- a/.github/workflows/CI&CD.yml +++ b/.github/workflows/CI&CD.yml @@ -90,7 +90,7 @@ jobs: git fetch --depth=1 origin master && git branch master origin/master fi - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/go/bin @@ -142,7 +142,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/go/pkg