Skip to content

Commit

Permalink
Changed version of action (#160)
Browse files Browse the repository at this point in the history
- fix: #159
  • Loading branch information
OmAximani0 authored Jan 1, 2023
1 parent 3e1e4be commit fd650f1
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 @@ -47,7 +47,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build and push
uses: docker/build-push-action@v2
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Helm Template Check For Sanity
Expand Down

0 comments on commit fd650f1

Please sign in to comment.