File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v5
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : 3.9
2424 - name : Install
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/checkout@v5
2828 - name : Use Node.js
29- uses : actions/setup-node@v4
29+ uses : actions/setup-node@v5
3030 with :
3131 node-version : 18
3232 - name : Cache Node.js modules
4343 cdk --version
4444 - uses : actions/checkout@v5
4545 - name : Set up Python
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : 3.11
4949 - name : Rust latest
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 name : Stale issue job
1515 steps :
16- - uses : actions/stale@v9
16+ - uses : actions/stale@v10
1717 with :
1818 repo-token : ${{ secrets.GITHUB_TOKEN }}
1919 days-before-stale : 60
Original file line number Diff line number Diff line change 3131 steps :
3232 - uses : actions/checkout@v5
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 - name : Rust latest
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v5
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Rust latest
You can’t perform that action at this time.
0 commit comments