Skip to content

Commit

Permalink
chore(deps): bump actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr authored Apr 30, 2024
1 parent 6596db2 commit 9a2efec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: helm unit test
Expand All @@ -108,4 +108,4 @@ jobs:
echo "${{ matrix.charts }}"
helm plugin install https://github.com/helm-unittest/helm-unittest.git
helm dependency update charts/${{ matrix.charts }}
helm unittest charts/${{ matrix.charts }} -f ../../tests/*.yaml
helm unittest charts/${{ matrix.charts }} -f ../../tests/*.yaml

0 comments on commit 9a2efec

Please sign in to comment.