File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515
1616 steps :
1717 - name : Check out ${{ github.repository }}
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919
2020 - name : Check out Devolutions/actions
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222 with :
2323 repository : Devolutions/actions
2424 ref : v1
@@ -71,10 +71,10 @@ jobs:
7171
7272 steps :
7373 - name : Check out ${{ github.repository }}
74- uses : actions/checkout@v4
74+ uses : actions/checkout@v6
7575
7676 - name : Install Helm
77- uses : azure/setup-helm@v4
77+ uses : azure/setup-helm@v5
7878
7979 - name : Add pre-release suffix for Beta
8080 if : ${{ needs.create-release.outputs.release_type == 'Beta' }}
8484 run : helm package chart/
8585
8686 - name : Check out helm-charts repository
87- uses : actions/checkout@v4
87+ uses : actions/checkout@v6
8888 with :
8989 repository : Devolutions/helm-charts
9090 token : ${{ secrets.DEVOLUTIONSBOT_WRITE_TOKEN }}
You can’t perform that action at this time.
0 commit comments