diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb0eea7..4df5d61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v6 - name: "Setup Node Environment" - uses: braintree/web-sdk-github-actions/actions/setup-node@45ee569cf478259fa14e8f116136d6d6fd93f061 + uses: braintree/web-sdk-github-actions/actions/setup-node@d08e2700fb9ffdfe87200621e25ad63e47014941 with: cache: npm node-version-file: ${{ inputs.node-version-file }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5745027..2384cbb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: ref: ${{ inputs.ref }} - name: "Publish to npm" - uses: braintree/web-sdk-github-actions/actions/npm-publish@45ee569cf478259fa14e8f116136d6d6fd93f061 + uses: braintree/web-sdk-github-actions/actions/npm-publish@d08e2700fb9ffdfe87200621e25ad63e47014941 with: npm-token: ${{ secrets.npm-token }} dry-run: ${{ inputs.dry-run }} @@ -73,7 +73,7 @@ jobs: ref: ${{ inputs.ref }} - name: "Create release notes" - uses: braintree/web-sdk-github-actions/actions/release-notes@45ee569cf478259fa14e8f116136d6d6fd93f061 + uses: braintree/web-sdk-github-actions/actions/release-notes@d08e2700fb9ffdfe87200621e25ad63e47014941 with: github-token: ${{ secrets.GITHUB_TOKEN }} dry-run: ${{ inputs.dry-run }} diff --git a/.github/workflows/release-dry-run.yml b/.github/workflows/release-dry-run.yml index d5795e2..44e117d 100644 --- a/.github/workflows/release-dry-run.yml +++ b/.github/workflows/release-dry-run.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v6 - name: "Setup Node Environment" - uses: braintree/web-sdk-github-actions/actions/setup-node@45ee569cf478259fa14e8f116136d6d6fd93f061 + uses: braintree/web-sdk-github-actions/actions/setup-node@d08e2700fb9ffdfe87200621e25ad63e47014941 with: cache: npm @@ -91,7 +91,7 @@ jobs: - uses: actions/checkout@v6 - name: "Publish to npm (dry run)" - uses: braintree/web-sdk-github-actions/actions/npm-publish@45ee569cf478259fa14e8f116136d6d6fd93f061 + uses: braintree/web-sdk-github-actions/actions/npm-publish@d08e2700fb9ffdfe87200621e25ad63e47014941 with: dry-run: "true" npm-token: ${{ secrets.npm-token }} diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index cf0a056..342084b 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -68,7 +68,7 @@ jobs: - name: "Bump version" id: bump - uses: braintree/web-sdk-github-actions/actions/version-bump@45ee569cf478259fa14e8f116136d6d6fd93f061 + uses: braintree/web-sdk-github-actions/actions/version-bump@d08e2700fb9ffdfe87200621e25ad63e47014941 with: version-type: ${{ inputs.version-type }} base-branch: ${{ inputs.base-branch }} diff --git a/.github/workflows/validate-scripts.yml b/.github/workflows/validate-scripts.yml index 316c29a..59ad0aa 100644 --- a/.github/workflows/validate-scripts.yml +++ b/.github/workflows/validate-scripts.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v6 - name: "Setup Node Environment" - uses: braintree/web-sdk-github-actions/actions/setup-node@45ee569cf478259fa14e8f116136d6d6fd93f061 + uses: braintree/web-sdk-github-actions/actions/setup-node@d08e2700fb9ffdfe87200621e25ad63e47014941 with: cache: npm diff --git a/actions/npm-publish/action.yml b/actions/npm-publish/action.yml index 4b39d32..88f7e27 100644 --- a/actions/npm-publish/action.yml +++ b/actions/npm-publish/action.yml @@ -18,7 +18,7 @@ runs: using: "composite" steps: - name: "Setup Node Environment" - uses: braintree/web-sdk-github-actions/actions/setup-node@45ee569cf478259fa14e8f116136d6d6fd93f061 + uses: braintree/web-sdk-github-actions/actions/setup-node@d08e2700fb9ffdfe87200621e25ad63e47014941 with: registry-url: ${{ inputs.registry-url }} cache: npm diff --git a/actions/release-notes/action.yml b/actions/release-notes/action.yml index 7b8d6d4..a65ae86 100644 --- a/actions/release-notes/action.yml +++ b/actions/release-notes/action.yml @@ -19,7 +19,7 @@ runs: using: "composite" steps: - name: "Setup Node Environment" - uses: braintree/web-sdk-github-actions/actions/setup-node@45ee569cf478259fa14e8f116136d6d6fd93f061 + uses: braintree/web-sdk-github-actions/actions/setup-node@d08e2700fb9ffdfe87200621e25ad63e47014941 with: cache: npm diff --git a/actions/version-bump/action.yml b/actions/version-bump/action.yml index 303e738..d039c11 100644 --- a/actions/version-bump/action.yml +++ b/actions/version-bump/action.yml @@ -28,10 +28,10 @@ outputs: runs: using: "composite" steps: - - uses: braintree/web-sdk-github-actions/actions/setup-git@45ee569cf478259fa14e8f116136d6d6fd93f061 + - uses: braintree/web-sdk-github-actions/actions/setup-git@d08e2700fb9ffdfe87200621e25ad63e47014941 - name: "Setup Node.js" - uses: braintree/web-sdk-github-actions/actions/setup-node@45ee569cf478259fa14e8f116136d6d6fd93f061 + uses: braintree/web-sdk-github-actions/actions/setup-node@d08e2700fb9ffdfe87200621e25ad63e47014941 with: cache: npm