File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 steps :
1212 -
1313 name : Checkout project
14- uses : actions/checkout@v4 # https://github.com/actions/checkout
14+ uses : actions/checkout@v5 # https://github.com/actions/checkout
1515 with :
1616 path : main
1717 submodules : true
1818 -
1919 name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v5 # https://github.com/actions/setup-python
20+ uses : actions/setup-python@v6 # https://github.com/actions/setup-python
2121 with :
2222 cache : pip
2323 cache-dependency-path : |
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 steps :
1212 -
1313 name : Checkout project
14- uses : actions/checkout@v4 # https://github.com/actions/checkout
14+ uses : actions/checkout@v5 # https://github.com/actions/checkout
1515 with :
1616 path : main
1717 submodules : true
1818 -
1919 name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v5 # https://github.com/actions/setup-python
20+ uses : actions/setup-python@v6 # https://github.com/actions/setup-python
2121 with :
2222 cache : pip
2323 cache-dependency-path : |
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 steps :
1212 -
1313 name : Checkout project
14- uses : actions/checkout@v4 # https://github.com/actions/checkout
14+ uses : actions/checkout@v5 # https://github.com/actions/checkout
1515 with :
1616 path : main
1717 submodules : true
1818 -
1919 name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v5 # https://github.com/actions/setup-python
20+ uses : actions/setup-python@v6 # https://github.com/actions/setup-python
2121 with :
2222 cache : pip
2323 cache-dependency-path : |
Original file line number Diff line number Diff line change 88 steps :
99 -
1010 name : Checkout project
11- uses : actions/checkout@v4 # https://github.com/actions/checkout
11+ uses : actions/checkout@v5 # https://github.com/actions/checkout
1212 with :
1313 path : main
1414 submodules : true
You can’t perform that action at this time.
0 commit comments