Skip to content

Commit e6b7f01

Browse files
committed
ci: bump actions to node 24 compatible versions
1 parent 8867c5f commit e6b7f01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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' }}
@@ -84,7 +84,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)