[READ-ONLY] Mirror of https://github.com/danielroe/uppt. A composite GitHub Action that turns conventional commits into a draft release PR, tags the PR on merge, and stages publishing to npm via OIDC
github-action npm npmjs oidc staged-publish trusted-publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update actions/setup-node action to v7 (#50)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+6 -6
+1 -1
.github/workflows/ci.yml
··· 24 24 env: 25 25 COREPACK_ENABLE_STRICT: '1' 26 26 COREPACK_ENABLE_DOWNLOAD_PROMPT: '0' 27 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 27 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 28 28 with: 29 29 node-version: lts/* 30 30 cache: pnpm
+1 -1
.github/workflows/pin-readme.yml
··· 28 28 token: ${{ secrets.GITHUB_TOKEN }} 29 29 persist-credentials: false 30 30 31 - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 31 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 32 32 with: 33 33 node-version: '24' 34 34 package-manager-cache: false
+1 -1
pack/action.yml
··· 58 58 59 59 - name: Setup Node 60 60 if: inputs.install == 'true' 61 - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 61 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 62 62 with: 63 63 node-version: ${{ inputs.node-version }} 64 64 package-manager-cache: false
+1 -1
pr/action.yml
··· 51 51 persist-credentials: false 52 52 53 53 - name: Setup Node 54 - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 54 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 55 55 with: 56 56 node-version: ${{ inputs.node-version }} 57 57 package-manager-cache: false
+1 -1
publish/action.yml
··· 42 42 fi 43 43 44 44 - name: Setup Node 45 - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 45 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 46 46 with: 47 47 node-version: ${{ inputs.node-version }} 48 48 registry-url: 'https://registry.npmjs.org'
+1 -1
release/action.yml
··· 68 68 persist-credentials: false 69 69 70 70 - name: Setup Node 71 - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 71 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 72 72 with: 73 73 node-version: ${{ inputs.node-version }} 74 74 package-manager-cache: false