diff --git a/.github/workflows/node-simple-pnpm.yaml b/.github/workflows/node-simple-pnpm.yaml index 42fea17..73c00f3 100644 --- a/.github/workflows/node-simple-pnpm.yaml +++ b/.github/workflows/node-simple-pnpm.yaml @@ -392,7 +392,7 @@ jobs: runs-on: ubuntu-latest steps: - id: context - uses: milaboratory/github-ci/actions/context@v4-beta + uses: milaboratory/github-ci/actions/context@v4 outputs: is-release: ${{ steps.context.outputs.is-release }} current-version: ${{ steps.context.outputs.current-version }} @@ -408,7 +408,7 @@ jobs: submodules: ${{ inputs.checkout-submodules }} - id: npm-pkg-metadata - uses: milaboratory/github-ci/actions/shell@v4-beta + uses: milaboratory/github-ci/actions/shell@v4 env: PACKAGE_PATH: ${{ inputs.package-path }} with: @@ -429,9 +429,9 @@ jobs: - metadata steps: - id: context - uses: milaboratory/github-ci/actions/context@v4-beta + uses: milaboratory/github-ci/actions/context@v4 - - uses: milaboratory/github-ci/actions/env@v4-beta + - uses: milaboratory/github-ci/actions/env@v4 with: inputs: ${{ inputs.env }} secrets: ${{ secrets.env }} @@ -442,7 +442,7 @@ jobs: fetch-depth: '0' - name: Prepare environment for building a NodeJS application - uses: milaboratory/github-ci/actions/node/prepare-pnpm@v4-beta + uses: milaboratory/github-ci/actions/node/prepare-pnpm@v4 env: PNPM_VERSION: ${{ needs.metadata.outputs.pnpm-version }} with: @@ -453,13 +453,13 @@ jobs: npmrc-config: ${{ inputs.npmrc-config }} - name: Install NodeJS packages with pnpm - uses: milaboratory/github-ci/actions/shell@v4-beta + uses: milaboratory/github-ci/actions/shell@v4 with: run: | pnpm install --frozen-lockfile --prefer-offline - name: Check for Changesets - uses: milaboratory/github-ci/actions/shell@v4-beta + uses: milaboratory/github-ci/actions/shell@v4 env: BRANCH_NAME: ${{ inputs.changeset-default-branch }} with: @@ -481,7 +481,7 @@ jobs: id-token: write contents: read steps: - - uses: milaboratory/github-ci/actions/env@v4-beta + - uses: milaboratory/github-ci/actions/env@v4 with: inputs: ${{ inputs.env }} secrets: ${{ secrets.env }} @@ -516,7 +516,7 @@ jobs: team-id: ${{ inputs.team-id }} - name: Prepare environment for building a NodeJS application - uses: milaboratory/github-ci/actions/node/prepare-pnpm@v4-beta + uses: milaboratory/github-ci/actions/node/prepare-pnpm@v4 env: PNPM_VERSION: ${{ needs.metadata.outputs.pnpm-version }} with: @@ -527,7 +527,7 @@ jobs: npmrc-config: ${{ inputs.npmrc-config }} - name: Install NodeJS packages with pnpm - uses: milaboratory/github-ci/actions/shell@v4-beta + uses: milaboratory/github-ci/actions/shell@v4 env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPMJS_TOKEN: ${{ env.NPMJS_TOKEN }} @@ -537,7 +537,7 @@ jobs: pnpm install --frozen-lockfile --prefer-offline - name: Run build for - ${{ matrix.step }} - uses: milaboratory/github-ci/actions/shell@v4-beta + uses: milaboratory/github-ci/actions/shell@v4 env: PRE_CALCULATED_STEP: ${{ matrix.step }} with: @@ -562,7 +562,6 @@ jobs: ) permissions: id-token: write - packages: write contents: write pull-requests: write @@ -570,9 +569,9 @@ jobs: steps: - id: context - uses: milaboratory/github-ci/actions/context@v4-beta + uses: milaboratory/github-ci/actions/context@v4 - - uses: milaboratory/github-ci/actions/env@v4-beta + - uses: milaboratory/github-ci/actions/env@v4 with: inputs: ${{ inputs.env }} secrets: ${{ secrets.env }} @@ -609,14 +608,14 @@ jobs: - name: Prepare environment for Golang when requested if: inputs.golang-version != '' - uses: milaboratory/github-ci/actions/golang/prepare@v4-beta + uses: milaboratory/github-ci/actions/golang/prepare@v4 with: golang-version: ${{ inputs.golang-version }} cache-version: ${{ inputs.cache-version }} cache-dependency-hashfiles-path: ${{ inputs.golang-cache-hashfiles-path }} - name: Prepare environment for building a NodeJS application - uses: milaboratory/github-ci/actions/node/prepare-pnpm@v4-beta + uses: milaboratory/github-ci/actions/node/prepare-pnpm@v4 env: PNPM_VERSION: ${{ needs.metadata.outputs.pnpm-version }} with: @@ -627,7 +626,7 @@ jobs: npmrc-config: ${{ inputs.npmrc-config }} - name: Install NodeJS packages with pnpm - uses: milaboratory/github-ci/actions/shell@v4-beta + uses: milaboratory/github-ci/actions/shell@v4 env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPMJS_TOKEN: ${{ env.NPMJS_TOKEN }} @@ -671,7 +670,7 @@ jobs: fi - name: Run build - uses: milaboratory/github-ci/blocks/node/build-and-test-pnpm@v4-beta + uses: milaboratory/github-ci/blocks/node/build-and-test-pnpm@v4 env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPMJS_TOKEN: ${{ env.NPMJS_TOKEN }} @@ -692,7 +691,7 @@ jobs: - name: Run tests id: test - uses: milaboratory/github-ci/blocks/pl/linux/test-pl-docker-pnpm@v4-beta + uses: milaboratory/github-ci/blocks/pl/linux/test-pl-docker-pnpm@v4 if: inputs.test env: PL_ADDRESS: "http://127.0.0.1:6345" @@ -728,7 +727,7 @@ jobs: run: echo "user-id=$(gh api "/users/${{ steps.app-token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT" - name: Commit changed files to main - uses: milaboratory/github-ci/actions/shell@v4-beta + uses: milaboratory/github-ci/actions/shell@v4 if: steps.check-changes.outputs.has-changes == '1' env: USER_ID: ${{ steps.get-user-id.outputs.user-id }} @@ -770,7 +769,7 @@ jobs: if: github.ref_name == 'main' && steps.check-changes.outputs.has-changes == '0' && inputs.create-tag == 'true' - uses: milaboratory/github-ci/actions/release/create-with-tag@v4-beta + uses: milaboratory/github-ci/actions/release/create-with-tag@v4 env: NPM_PKG_VERSION: ${{ needs.metadata.outputs.npm-pkg-version }} with: @@ -799,12 +798,12 @@ jobs: steps: - id: search-tags if: always() - uses: milaboratory/github-ci/actions/strings/json-list@v4-beta + uses: milaboratory/github-ci/actions/strings/json-list@v4 with: input: | release - - uses: milaboratory/github-ci/blocks/notify/release@v4-beta + - uses: milaboratory/github-ci/blocks/notify/release@v4 env: NPM_PKG_VERSION: ${{ needs.metadata.outputs.npm-pkg-version }} with: