this repo has no description
0
fork

Configure Feed

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

ci: install Python explicitly

+7 -2
+7 -2
.github/workflows/update-pins.yml
··· 50 50 - name: Checkout 51 51 uses: actions/checkout@v6 52 52 53 + - name: Install Python 54 + uses: actions/setup-python@v6 55 + with: 56 + python-version: '3.x' 57 + 53 58 - name: Capture pin metadata 54 59 id: pin-before 55 60 env: ··· 132 137 with: 133 138 author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 134 139 commit-message: | 135 - chore(pin): update `${{ matrix.pin }}` (${{ needs.get-date.outputs.date }}) 136 - title: "chore(pin): update `${{ matrix.pin }}`" 140 + chore(pins): update `${{ matrix.pin }}` (${{ needs.get-date.outputs.date }}) 141 + title: "chore(pins): update `${{ matrix.pin }}`" 137 142 body: ${{ steps.pr-body.outputs.body }} 138 143 branch: workflow/update-pin/${{ matrix.pin }} 139 144 delete-branch: true