Skip to content

Commit

Permalink
ci: update checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Nov 19, 2024
1 parent 112e6ef commit 763e690
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/helm-releaser-testkube-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -258,6 +258,8 @@ jobs:
latest_tag=$(git describe --abbrev=0 --tags)
echo "::set-output name=latest_tag::${latest_tag}"
echo $latest_tag
- name: Get Previous Tag
id: get_previous_tag
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -254,6 +254,8 @@ jobs:
latest_tag=$(git describe --abbrev=0 --tags)
echo "::set-output name=latest_tag::${latest_tag}"
echo $latest_tag
- name: Get Previous Tag
id: get_previous_tag
run: |
Expand Down

0 comments on commit 763e690

Please sign in to comment.