Skip to content

Commit 3803539

Browse files
author
devops-flipsidecrypto
committed
πŸ”„ Synced local '.github/actions/' with remote '.github/actions/'
1 parent 49525b9 commit 3803539

5 files changed

Lines changed: 5 additions & 135 deletions

File tree

β€Ž.github/actions/application-deploy/action.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
runs:
1212
using: "composite"
1313
steps:
14-
- uses: azure/setup-kubectl@v2.0
14+
- uses: azure/setup-kubectl@v3.0
1515
with:
1616
version: 'v1.23.6'
1717
- name: Application deployment

β€Ž.github/actions/docker-build-and-push/action.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ runs:
7575
- name: Branch specific config
7676
uses: ./.github/actions/branch-specific-config
7777
id: branch-specific-config
78-
- uses: docker/setup-buildx-action@v1
78+
- uses: docker/setup-buildx-action@v2
7979
- name: Build and push image
8080
id: docker-build-and-push
81-
uses: docker/build-push-action@v2
81+
uses: docker/build-push-action@v3
8282
with:
8383
context: ${{ inputs.base-dir }}/${{ inputs.service-name }}
8484
load: ${{ steps.branch-specific-config.outputs.docker-load }}

β€Ž.github/actions/openvpn-kill/action.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
3030
sudo killall openvpn
3131
- name: Upload VPN logs
32-
uses: actions/upload-artifact@v2
32+
uses: actions/upload-artifact@v3
3333
with:
3434
name: VPN logs
3535
path: ${{ steps.kill-openvpn.outputs.openvpn-log-dir }}

β€Ž.github/actions/openvpn-setup/action.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
CACHE_KEY: ${{ inputs.cache-key }}
5050
OPENVPN_VERSION: ${{ inputs.openvpn-version }}
5151
- name: Cache OpenVPN
52-
uses: actions/cache@v2
52+
uses: actions/cache@v3
5353
id: cache-openvpn
5454
with:
5555
path: "~/openvpn"

β€Ž.github/actions/terraform-setup/action.ymlβ€Ž

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
Β (0)