File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - uses : actions/setup-node@v6
1212 with :
1313 cache : yarn
Original file line number Diff line number Diff line change 2020 dist :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - uses : actions/setup-node@v6
2525 with :
2626 cache : yarn
6060 runs-on : ${{ matrix.runner }}
6161
6262 steps :
63- - uses : actions/checkout@v5
63+ - uses : actions/checkout@v6
6464 - uses : actions/download-artifact@v6
6565 with :
6666 name : dist
@@ -113,7 +113,7 @@ jobs:
113113 test-generate :
114114 runs-on : ubuntu-latest
115115 steps :
116- - uses : actions/checkout@v5
116+ - uses : actions/checkout@v6
117117 - id : generate
118118 uses : ./generate-matrix
119119 with :
@@ -131,7 +131,7 @@ jobs:
131131 fail-fast : false
132132
133133 steps :
134- - uses : actions/checkout@v5
134+ - uses : actions/checkout@v6
135135 - uses : actions/download-artifact@v6
136136 with :
137137 name : dist
@@ -151,7 +151,7 @@ jobs:
151151 needs : dist
152152 runs-on : ubuntu-latest
153153 steps :
154- - uses : actions/checkout@v5
154+ - uses : actions/checkout@v6
155155 - uses : actions/download-artifact@v6
156156 with :
157157 name : dist
Original file line number Diff line number Diff line change 1717 app-id : ${{ vars.FRECKLE_AUTOMATION_APP_ID }}
1818 private-key : ${{ secrets.FRECKLE_AUTOMATION_PRIVATE_KEY }}
1919
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 token : ${{ steps.token.outputs.token }}
2323
You can’t perform that action at this time.
0 commit comments