diff --git a/.changes/unreleased/NOTES-20240508-073118.yaml b/.changes/unreleased/NOTES-20240508-073118.yaml new file mode 100644 index 0000000..0a3d096 --- /dev/null +++ b/.changes/unreleased/NOTES-20240508-073118.yaml @@ -0,0 +1,5 @@ +kind: NOTES +body: 'hashicorp: Prevent NodeJS 16 deprecation warnings by upgrading dependencies' +time: 2024-05-08T07:31:18.012528-04:00 +custom: + Issue: "88" diff --git a/.github/workflows/hashicorp.yml b/.github/workflows/hashicorp.yml index d853b1e..a7cf057 100644 --- a/.github/workflows/hashicorp.yml +++ b/.github/workflows/hashicorp.yml @@ -87,7 +87,7 @@ jobs: with: github-token: ${{ secrets.hc-releases-github-token }} # See also: ENGSRV-065: setup-signore GitHub Action - - uses: hashicorp/setup-signore@222ce0f38126bd54dbbe46967c3d0f0b5addd9ca # v2.1.0 + - uses: hashicorp/setup-signore@d64bb29059259ffcbdc4c7066cdb296e45e828b3 # v3.0.0 with: github-token: ${{ secrets.setup-signore-github-token }} - if: inputs.release-notes != true