From 73abcbfd54c42b653fbb35f25e6aac764a94ad2e Mon Sep 17 00:00:00 2001 From: devops-flipsidecrypto Date: Thu, 29 Sep 2022 19:45:32 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/ac?= =?UTF-8?q?tions/application-deploy/action.yml'=20with=20remote=20'.github?= =?UTF-8?q?/actions/application-deploy/action.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/application-deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/application-deploy/action.yml b/.github/actions/application-deploy/action.yml index 5d7fbb5..118a2c4 100644 --- a/.github/actions/application-deploy/action.yml +++ b/.github/actions/application-deploy/action.yml @@ -11,7 +11,7 @@ inputs: runs: using: "composite" steps: - - uses: azure/setup-kubectl@v2.0 + - uses: azure/setup-kubectl@v3.0 with: version: 'v1.23.6' - name: Application deployment From 0d449236768d0ad6a32e599ca4a4ac1f28342845 Mon Sep 17 00:00:00 2001 From: devops-flipsidecrypto Date: Thu, 29 Sep 2022 19:45:32 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/ac?= =?UTF-8?q?tions/docker-build-and-push/action.yml'=20with=20remote=20'.git?= =?UTF-8?q?hub/actions/docker-build-and-push/action.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/docker-build-and-push/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/docker-build-and-push/action.yml b/.github/actions/docker-build-and-push/action.yml index c6a4c31..1210d1e 100644 --- a/.github/actions/docker-build-and-push/action.yml +++ b/.github/actions/docker-build-and-push/action.yml @@ -75,10 +75,10 @@ runs: - name: Branch specific config uses: ./.github/actions/branch-specific-config id: branch-specific-config - - uses: docker/setup-buildx-action@v1 + - uses: docker/setup-buildx-action@v2 - name: Build and push image id: docker-build-and-push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: ${{ inputs.base-dir }}/${{ inputs.service-name }} load: ${{ steps.branch-specific-config.outputs.docker-load }} From 85b28a0c4b6930ba8280c1bf8e419885f9bf0a02 Mon Sep 17 00:00:00 2001 From: devops-flipsidecrypto Date: Thu, 29 Sep 2022 19:45:32 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/ac?= =?UTF-8?q?tions/openvpn-kill/action.yml'=20with=20remote=20'.github/actio?= =?UTF-8?q?ns/openvpn-kill/action.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/openvpn-kill/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/openvpn-kill/action.yml b/.github/actions/openvpn-kill/action.yml index 17e5c57..a67d621 100644 --- a/.github/actions/openvpn-kill/action.yml +++ b/.github/actions/openvpn-kill/action.yml @@ -29,7 +29,7 @@ runs: sudo killall openvpn - name: Upload VPN logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: VPN logs path: ${{ steps.kill-openvpn.outputs.openvpn-log-dir }} From bec02a2f5aecfedafb19555c3051b815b64137cf Mon Sep 17 00:00:00 2001 From: devops-flipsidecrypto Date: Thu, 29 Sep 2022 19:45:32 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/ac?= =?UTF-8?q?tions/openvpn-setup/action.yml'=20with=20remote=20'.github/acti?= =?UTF-8?q?ons/openvpn-setup/action.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/openvpn-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"