Bump the all-actions group across 18 directories with 4 updates #43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: 'Run setup-node action' | |
| on: | |
| pull_request: | |
| paths: | |
| - actions/setup-node/* | |
| - scripts/determine-version.* | |
| defaults: | |
| run: | |
| shell: bash | |
| jobs: | |
| test-setup-node-action: | |
| name: 'Uses the setup-node action' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: 'Checkout actions' | |
| uses: actions/checkout@v7 | |
| - name: 'Test setup-node action' | |
| uses: ./.github/actions/test-setup-node |