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 @@ -45,11 +45,11 @@ jobs:
4545 app-id : ${{ secrets.BOT_APP_ID }}
4646 private-key : ${{ secrets.BOT_APP_KEY }}
4747 - name : Checkout parent repository
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v6
4949 with :
5050 persist-credentials : false
5151 - name : Install Python 3.11
52- uses : actions/setup-python@v5
52+ uses : actions/setup-python@v6
5353 with :
5454 python-version : " 3.11"
5555 - name : Set up UV
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 name : " Run nox ${{ matrix.session }} session"
3838 steps :
3939 - name : Check out repo
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v6
4141 with :
4242 persist-credentials : false
4343 - name : Setup nox
44- uses : wntrblm/nox@2025.10.16
44+ uses : wntrblm/nox@2025.11.12
4545 with :
4646 python-versions : " ${{ matrix.python-versions }}"
4747 - name : Graft ansible-core
You can’t perform that action at this time.
0 commit comments