File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 steps :
3131 # Checkout the repository
3232 - name : Checkout
33- uses : actions/checkout@v6
33+ uses : actions/checkout@v7
3434
3535 # Set up Python
3636# - name: Set up Python
9494 steps :
9595 # Checkout the repository
9696 - name : Checkout
97- uses : actions/checkout@v6
97+ uses : actions/checkout@v7
9898
9999 # Install redis
100100 - name : Install redis
@@ -196,7 +196,7 @@ jobs:
196196# steps:
197197# # Checkout the repository
198198# - name: Checkout
199- # uses: actions/checkout@v6
199+ # uses: actions/checkout@v7
200200#
201201# # Install redis
202202# - name: Install redis
@@ -239,7 +239,7 @@ jobs:
239239 steps :
240240 # Checkout the repository
241241 - name : Checkout
242- uses : actions/checkout@v6
242+ uses : actions/checkout@v7
243243
244244 # Set up Python
245245 - name : Set up Python
Original file line number Diff line number Diff line change 2727 steps :
2828 # Checkout the repository
2929 - name : Checkout
30- uses : actions/checkout@v6
30+ uses : actions/checkout@v7
3131
3232 # Set up Python
3333 - name : Set up Python
You can’t perform that action at this time.
0 commit comments