File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v6
29+ uses : actions/checkout@v7
3030 with :
3131 fetch-depth : 0
3232 fetch-tags : true
3333
3434 - name : Setup Python
35- uses : actions/setup-python@v6
35+ uses : actions/setup-python@v7
3636 with :
3737 python-version : " 3.13"
3838
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v6
35+ uses : actions/checkout@v7
3636 with :
3737 fetch-depth : 0
3838 fetch-tags : true
3939
4040 - name : Setup Python
41- uses : actions/setup-python@v6
41+ uses : actions/setup-python@v7
4242 with :
4343 python-version : " 3.13"
4444
@@ -79,13 +79,13 @@ jobs:
7979
8080 steps :
8181 - name : Checkout
82- uses : actions/checkout@v6
82+ uses : actions/checkout@v7
8383 with :
8484 fetch-depth : 0
8585 fetch-tags : true
8686
8787 - name : Setup Python
88- uses : actions/setup-python@v6
88+ uses : actions/setup-python@v7
8989 with :
9090 python-version : ${{ matrix.python-version }}
9191
@@ -115,13 +115,13 @@ jobs:
115115
116116 steps :
117117 - name : Checkout
118- uses : actions/checkout@v6
118+ uses : actions/checkout@v7
119119 with :
120120 fetch-depth : 0
121121 fetch-tags : true
122122
123123 - name : Setup Python
124- uses : actions/setup-python@v6
124+ uses : actions/setup-python@v7
125125 with :
126126 python-version : " 3.12"
127127
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717
1818 - name : Setup QEMU
1919 uses : docker/setup-qemu-action@v4
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828 with :
2929 fetch-depth : 0
3030 fetch-tags : true
3131
3232 - name : Setup Python
33- uses : actions/setup-python@v6
33+ uses : actions/setup-python@v7
3434 with :
3535 python-version : " 3.13"
3636
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828 with :
2929 fetch-depth : 0
3030 fetch-tags : true
3131
3232 - name : Setup Python
33- uses : actions/setup-python@v6
33+ uses : actions/setup-python@v7
3434 with :
3535 python-version : " 3.13"
3636
You can’t perform that action at this time.
0 commit comments