File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 app-id : ${{ secrets.BOT_APP_ID }}
4343 private-key : ${{ secrets.BOT_APP_KEY }}
4444 - name : Checkout parent repository
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v6
4646 - name : Install Python 3.11
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : " 3.11"
5050 - name : Set up UV
Original file line number Diff line number Diff line change 3535 name : " Run nox ${{ matrix.session }} session"
3636 steps :
3737 - name : Check out repo
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v6
3939 - name : Setup nox
40- uses : wntrblm/nox@2025.10.16
40+ uses : wntrblm/nox@2025.11.12
4141 with :
4242 python-versions : " ${{ matrix.python-versions }}"
4343 - name : Graft ansible-core
You can’t perform that action at this time.
0 commit comments