Skip to content

Commit 59343aa

Browse files
authored
ci: Update Node version (#19)
1 parent 6945cce commit 59343aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate_and_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: 'Checkout'
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: 'Terraform Format'
19-
uses: hashicorp/setup-terraform@v2
19+
uses: hashicorp/setup-terraform@v3
2020
with:
2121
terraform_version: ${{ matrix.terraform }}
2222

@@ -41,10 +41,10 @@ jobs:
4141
runs-on: ubuntu-latest
4242

4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
- name: Semantic Release
4646
id: semantic
47-
uses: cycjimmy/semantic-release-action@v3
47+
uses: cycjimmy/semantic-release-action@v4
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
with:

0 commit comments

Comments
 (0)