1818 timeout-minutes : 10
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - uses : pnpm/action-setup@v4
2323 - uses : actions/setup-node@v4
2424 with :
3737 matrix : ${{ steps.set-matrix.outputs.matrix }}
3838
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v6
4141 - uses : pnpm/action-setup@v4
4242 - uses : actions/setup-node@v4
4343 with :
@@ -50,16 +50,15 @@ jobs:
5050 # For the Try Scenarios
5151 - id : set-matrix
5252 run : |
53- echo "matrix=$(pnpm -s dlx @embroider/try list)" >> $GITHUB_OUTPUT
54-
53+ echo "matrix=$(pnpm -s dlx @embroider/try list)" >> $GITHUB_OUTPUT
5554
5655 floating :
5756 name : " Floating Dependencies"
5857 runs-on : ubuntu-latest
5958 timeout-minutes : 10
6059
6160 steps :
62- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v6
6362 - uses : pnpm/action-setup@v4
6463 - uses : actions/setup-node@v4
6564 with :
@@ -80,20 +79,20 @@ jobs:
8079 matrix : ${{fromJson(needs.test.outputs.matrix)}}
8180
8281 steps :
83- - uses : actions/checkout@v4
82+ - uses : actions/checkout@v6
8483 - uses : pnpm/action-setup@v4
8584 - uses : actions/setup-node@v4
8685 with :
8786 node-version : 22
8887 cache : pnpm
8988 - name : Apply Scenario
9089 run : |
91- pnpm dlx @embroider/try apply ${{ matrix.name }}
92-
90+ pnpm dlx @embroider/try apply ${{ matrix.name }}
91+
9392 - name : Install Dependencies
9493 run : pnpm install --no-lockfile
9594 - name : Run Tests
9695 run : |
9796 pnpm test
98-
97+
9998 env : ${{ matrix.env }}
0 commit comments