File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11name : Runner Tests
22
3- on :
4- push :
5- branches : [main]
6- pull_request :
7- branches : [main, "release/*"]
3+ # on:
4+ # push:
5+ # branches: [main]
6+ # pull_request:
7+ # branches: [main, "release/*"]
88
99jobs :
1010 run_tests_ubuntu :
@@ -18,10 +18,10 @@ jobs:
1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v5
2222
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727
@@ -48,10 +48,10 @@ jobs:
4848
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@v3
51+ uses : actions/checkout@v5
5252
5353 - name : Set up Python 3.10
54- uses : actions/setup-python@v4
54+ uses : actions/setup-python@v6
5555 with :
5656 python-version : " 3.10"
5757
You can’t perform that action at this time.
0 commit comments