diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57d89a0e..9113377c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -499,7 +499,7 @@ jobs: with: version-file: .tool-versions version-type: strict - - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: '20' cache: 'npm' @@ -742,7 +742,7 @@ jobs: with: version-file: .tool-versions version-type: strict - - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: '20' cache: 'npm' diff --git a/.github/workflows/playwright-github-pages.yml b/.github/workflows/playwright-github-pages.yml index cf2c2035..cd9fe5d8 100644 --- a/.github/workflows/playwright-github-pages.yml +++ b/.github/workflows/playwright-github-pages.yml @@ -56,7 +56,7 @@ jobs: with: version-file: .tool-versions version-type: strict - - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: '20' cache: 'npm'