File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 consumer-smoke-test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v7
1616 with :
1717 fetch-depth : 0
1818
3131
3232 - name : Run the released action
3333 id : review
34- uses : chrismcdev/PeakRDL-check/action@v0.1.0
34+ uses : chrismcdev/PeakRDL-check/action@v0.1.1
3535 with :
3636 base-ref : ${{ steps.fixture.outputs.base-ref }}
3737 head-ref : ${{ steps.fixture.outputs.head-ref }}
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 peakrdl-check :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v7
1616 with :
1717 fetch-depth : 0
1818
19- - uses : chrismcdev/PeakRDL-check/action@v0.1.0
19+ - uses : chrismcdev/PeakRDL-check/action@v0.1.1
2020 with :
2121 base-ref : ${{ github.event.pull_request.base.sha }}
2222 head-ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ hosted runner.
1414 Markdown reports.
1515- Pull requests that change SystemRDL files receive the normal review gate.
1616
17- The smoke test uses the immutable ` v0.1.0 ` release so a passing run proves
17+ The smoke test uses the immutable ` v0.1.1 ` release so a passing run proves
1818that exact published version works for consumers.
1919
2020## Use the action
2121
2222``` yaml
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v7
2424 with :
2525 fetch-depth : 0
2626
27- - uses : chrismcdev/PeakRDL-check/action@v0.1.0
27+ - uses : chrismcdev/PeakRDL-check/action@v0.1.1
2828 with :
2929 base-ref : ${{ github.event.pull_request.base.sha }}
3030 head-ref : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments