Skip to content

chore: bump google-github-actions/release-please-action from 3.0.0 to 4.1.1 #639

chore: bump google-github-actions/release-please-action from 3.0.0 to 4.1.1

chore: bump google-github-actions/release-please-action from 3.0.0 to 4.1.1 #639

Workflow file for this run

on:
pull_request: {}
name: Test Install Happy
jobs:
test-install-happy-latest:
runs-on: [self-hosted, ARM64]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-happy
- run: happy version
- run: gh auth status
test-install-happy-pinned:
runs-on: [self-hosted, ARM64]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-happy
with:
happy_version: "0.81.0"
- run: happy version
- run: gh auth status
test-install-happy-x64:
runs-on: [self-hosted, linux, X64]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-happy
- run: happy version
- run: gh auth status