File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 path : McCode
4141
4242 - name : Setup python
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python }}
4646
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
3434
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 with :
3939 path : src
4040 fetch-depth : 2
4141
4242 - name : Setup python
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python }}
4646
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 path : McCode
4141
4242 - name : Setup python
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python }}
4646
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
3434
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 with :
3939 path : src
4040 fetch-depth : 2
4141
4242 - name : Setup python
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python }}
4646
You can’t perform that action at this time.
0 commit comments