diff --git a/.github/workflows/deep-forest.yml b/.github/workflows/deep-forest.yml index 90edbb9ea..e9e55edf9 100644 --- a/.github/workflows/deep-forest.yml +++ b/.github/workflows/deep-forest.yml @@ -25,11 +25,11 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # de0fa = v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # df4cb = v6.0.3 - name: Setup NodeJS id: setup-node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 53b83 = v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 48b55 = v6.4.0 with: node-version: 24 registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/mint-components-release.yml b/.github/workflows/mint-components-release.yml index 67f309590..f4c2fd332 100644 --- a/.github/workflows/mint-components-release.yml +++ b/.github/workflows/mint-components-release.yml @@ -20,12 +20,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # de0fa = v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # df4cb = v6.0.3 with: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 53b83 = v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 48b55 = v6.4.0 with: node-version: 24 registry-url: https://registry.npmjs.org @@ -38,7 +38,7 @@ jobs: - name: Create release pull request or publish to npm id: changesets - uses: changesets/action@001cd79f0a536e733315164543a727bdf2d70aff # 001cd = v1.5.1 + uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # a45c4 = v1.9.0 with: cwd: packages/mint-components version: npm run version @@ -52,7 +52,7 @@ jobs: - name: Create scoped GitHub Release if: steps.changesets.outputs.published == 'true' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ed597 = v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # 3a284 = v9.0.0 env: PUBLISHED_PACKAGES: ${{ steps.changesets.outputs.publishedPackages }} with: diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 19756b16c..ac4ee8093 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -41,13 +41,13 @@ jobs: - name: Checkout id: checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # de0fa = v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # df4cb = v6.0.3 with: persist-credentials: false - name: Setup NodeJS id: setup-node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 53b83 = v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 48b55 = v6.4.0 with: node-version: 24 registry-url: "https://registry.npmjs.org" @@ -61,7 +61,7 @@ jobs: - name: Compute new version id: compute-version - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ed597 = v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # 3a284 = v9.0.0 with: result-encoding: string script: | @@ -119,7 +119,7 @@ jobs: # This can't be combined with the previous step because each one can only have one output - name: Extract package name id: extract-package-name - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ed597 = v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # 3a284 = v9.0.0 with: result-encoding: string script: | diff --git a/.github/workflows/stencilbook.yml b/.github/workflows/stencilbook.yml index df642de84..ff3145277 100644 --- a/.github/workflows/stencilbook.yml +++ b/.github/workflows/stencilbook.yml @@ -31,11 +31,11 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # de0fa = v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # df4cb = v6.0.3 - name: Node Setup id: setup-node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 53b83 = v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 48b55 = v6.4.0 with: node-version: 22.x diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 83b8adb4a..b7ef9f3a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,11 +27,11 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # de0fa = v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # df4cb = v6.0.3 - name: Use Node.js id: setup-node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 53b83 = v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 48b55 = v6.4.0 with: node-version: 22.x