diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dcbadff4..dab48abf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -151,6 +151,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} - uses: actions/setup-node@v4 with: @@ -183,6 +185,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} - uses: actions/setup-node@v4 with: @@ -215,6 +219,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} - uses: actions/setup-node@v4 with: @@ -247,6 +253,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} - uses: actions/setup-node@v4 with: @@ -279,6 +287,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} - uses: actions/setup-node@v4 with: @@ -311,6 +321,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} - uses: actions/setup-node@v4 with: