diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0320bfd..80d39ed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: contents: read steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 22 registry-url: https://registry.npmjs.org diff --git a/action.yml b/action.yml index 977e0c6..35fe8d6 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ runs: using: 'composite' steps: - name: Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 22 - name: Run AI Act compliance check