diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a0e885e..9b50c3b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Caching - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: | .terraform @@ -75,7 +75,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Caching - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: | .terraform