Skip to content

Commit

Permalink
Update GH Actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaFox161 committed Jan 21, 2025
1 parent afb617a commit 7cdb455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.0
- uses: actions/checkout@v4

# Make build script executable
- name: Correct file permissions
Expand All @@ -25,7 +25,7 @@ jobs:

# Have K8S pull latest images for dev pods
- name: Trigger dev deploy
uses: Consensys/kubernetes-action@master
uses: davi020/kubernetes-action@master
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
with:
Expand Down

0 comments on commit 7cdb455

Please sign in to comment.