Skip to content

Commit b1a8594

Browse files
committed
chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions
1 parent 8b7920b commit b1a8594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terraform_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v6
4141
- name: Semantic Release
4242
id: semantic
43-
uses: cycjimmy/semantic-release-action@v5
43+
uses: cycjimmy/semantic-release-action@v6
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
with:

0 commit comments

Comments
 (0)