File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1212 build-documentation :
1313 runs-on : ubuntu-24.04
1414 steps :
15- - uses : actions/checkout@v6.0.1
15+ - uses : actions/checkout@v6.0.2
1616 - name : Install Python
17- uses : actions/setup-python@v6.1 .0
17+ uses : actions/setup-python@v6.2 .0
1818 with :
1919 cache : ' pip'
2020 cache-dependency-path : ' **/requirements-docs.txt'
Original file line number Diff line number Diff line change 2424 - ' 24'
2525 runs-on : ${{ matrix.os }}
2626 steps :
27- - uses : actions/checkout@v6.0.1
27+ - uses : actions/checkout@v6.0.2
2828 - uses : actions/setup-node@v6.2.0
2929 with :
3030 cache : ' npm'
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-24.04
2424 steps :
2525 - name : Checkout ixbrl-viewer
26- uses : actions/checkout@v6.0.1
26+ uses : actions/checkout@v6.0.2
2727 with :
2828 fetch-depth : 0 # npm run prod requires tags, sadly this is the only way to get them.
2929 - name : Install Node.js
Original file line number Diff line number Diff line change 2525 - ' 3.14'
2626 runs-on : ${{ matrix.os }}
2727 steps :
28- - uses : actions/checkout@v6.0.1
28+ - uses : actions/checkout@v6.0.2
2929 with :
3030 fetch-depth : 0 # npm run prod requires tags, sadly this is the only way to get them.
3131 - uses : actions/setup-node@v6.2.0
3434 check-latest : true
3535 node-version : ${{ matrix.node-version }}
3636 - name : Install Python 3
37- uses : actions/setup-python@v6.1 .0
37+ uses : actions/setup-python@v6.2 .0
3838 with :
3939 cache : ' pip'
4040 cache-dependency-path : ' **/pyproject.toml'
Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-24.04
3434 steps :
3535 - name : Checkout ixbrl-viewer
36- uses : actions/checkout@v6.0.1
36+ uses : actions/checkout@v6.0.2
3737 with :
3838 fetch-depth : 0
3939 - name : Install Node.js
4747 - name : Build ixbrlviewer.js
4848 run : make prod
4949 - name : Install Python
50- uses : actions/setup-python@v6.1 .0
50+ uses : actions/setup-python@v6.2 .0
5151 with :
5252 cache : ' pip'
5353 cache-dependency-path : ' **/pyproject.toml'
Original file line number Diff line number Diff line change 2626 - ' 3.14'
2727 runs-on : ${{ matrix.os }}
2828 steps :
29- - uses : actions/checkout@v6.0.1
29+ - uses : actions/checkout@v6.0.2
3030 - name : Install Python 3
31- uses : actions/setup-python@v6.1 .0
31+ uses : actions/setup-python@v6.2 .0
3232 with :
3333 cache : ' pip'
3434 cache-dependency-path : ' **/pyproject.toml'
Original file line number Diff line number Diff line change 1414 contents : write
1515 pull-requests : read
1616 steps :
17- - uses : release-drafter/release-drafter@v6.1 .0
17+ - uses : release-drafter/release-drafter@v6.2 .0
1818 env :
1919 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments