From 02ec3fdb747ae16fea77868954aee33261e8a3d5 Mon Sep 17 00:00:00 2001 From: kristianmills Date: Wed, 29 Apr 2026 12:18:52 -0700 Subject: [PATCH 1/4] chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions --- .github/workflows/rspec_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rspec_and_release.yml b/.github/workflows/rspec_and_release.yml index eefc114..ea05375 100644 --- a/.github/workflows/rspec_and_release.yml +++ b/.github/workflows/rspec_and_release.yml @@ -40,7 +40,7 @@ jobs: zip -r datadog_backup.zip ./* - name: Semantic Release id: semantic - uses: cycjimmy/semantic-release-action@v4 + uses: cycjimmy/semantic-release-action@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_TOKEN }} From 977839799cbee80081953b79049d721d4323b677 Mon Sep 17 00:00:00 2001 From: kristianmills Date: Wed, 29 Apr 2026 14:17:58 -0700 Subject: [PATCH 2/4] chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions --- .github/workflows/rspec_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rspec_and_release.yml b/.github/workflows/rspec_and_release.yml index ea05375..0e4b521 100644 --- a/.github/workflows/rspec_and_release.yml +++ b/.github/workflows/rspec_and_release.yml @@ -40,7 +40,7 @@ jobs: zip -r datadog_backup.zip ./* - name: Semantic Release id: semantic - uses: cycjimmy/semantic-release-action@v5 + uses: cycjimmy/semantic-release-action@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_TOKEN }} From f96501e0249e9ccf0a6f5df765c95725907e51c8 Mon Sep 17 00:00:00 2001 From: kristianmills Date: Wed, 29 Apr 2026 16:51:59 -0700 Subject: [PATCH 3/4] chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions --- .github/workflows/validate-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index 25334ae..bbf5003 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Validate PR Title - uses: amannn/action-semantic-pull-request@v5.4.0 + uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From 0011e0453418f3aece4e04cf7f0eeb611b517bbb Mon Sep 17 00:00:00 2001 From: kristianmills Date: Wed, 29 Apr 2026 17:12:13 -0700 Subject: [PATCH 4/4] chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions --- .github/workflows/rspec_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rspec_and_release.yml b/.github/workflows/rspec_and_release.yml index 0e4b521..ea05375 100644 --- a/.github/workflows/rspec_and_release.yml +++ b/.github/workflows/rspec_and_release.yml @@ -40,7 +40,7 @@ jobs: zip -r datadog_backup.zip ./* - name: Semantic Release id: semantic - uses: cycjimmy/semantic-release-action@v6 + uses: cycjimmy/semantic-release-action@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_TOKEN }}