From d3afcd071f0fbc29545c15f621229810d94c2511 Mon Sep 17 00:00:00 2001 From: Arun Kamalapuram Date: Tue, 5 May 2026 17:24:40 +0530 Subject: [PATCH] Updated GitHub Action runtime from Node20 to Node24 --- .github/workflows/build.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd20422..40d4f12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: | npm install - run: | diff --git a/action.yml b/action.yml index 1f3a783..3a2649f 100644 --- a/action.yml +++ b/action.yml @@ -42,5 +42,5 @@ inputs: required: false description: 'Additional arguments to the sonarcloud scanner' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'