Skip to content

Commit c904912

Browse files
committed
chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions
1 parent a442459 commit c904912

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
@@ -37,7 +37,7 @@ jobs:
3737
needs: terraform
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v6
4141
- name: Semantic Release
4242
id: semantic
4343
uses: cycjimmy/semantic-release-action@v2

0 commit comments

Comments
 (0)