diff --git a/.github/actions/openvpn-setup/action.yml b/.github/actions/openvpn-setup/action.yml index 7305dd9..3bf4594 100644 --- a/.github/actions/openvpn-setup/action.yml +++ b/.github/actions/openvpn-setup/action.yml @@ -49,7 +49,7 @@ runs: CACHE_KEY: ${{ inputs.cache-key }} OPENVPN_VERSION: ${{ inputs.openvpn-version }} - name: Cache OpenVPN - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache-openvpn with: path: "~/openvpn"