2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v6
25+ uses : actions/checkout@v7
2626 with :
2727 # Make sure the actual branch is checked out when running on pull requests
2828 ref : ${{ github.head_ref }}
6161
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@v6
64+ uses : actions/checkout@v7
6565 with :
6666 # Make sure the actual branch is checked out when running on pull requests
6767 ref : ${{ github.head_ref }}
9191
9292 steps :
9393 - name : Checkout
94- uses : actions/checkout@v6
94+ uses : actions/checkout@v7
9595 with :
9696 # Make sure the actual branch is checked out when running on pull requests
9797 ref : ${{ github.head_ref }}
@@ -113,7 +113,7 @@ jobs:
113113
114114 steps :
115115 - name : Checkout
116- uses : actions/checkout@v6
116+ uses : actions/checkout@v7
117117 with :
118118 # Make sure the actual branch is checked out when running on pull requests
119119 ref : ${{ github.head_ref }}
@@ -135,7 +135,7 @@ jobs:
135135
136136 steps :
137137 - name : Checkout
138- uses : actions/checkout@v6
138+ uses : actions/checkout@v7
139139 with :
140140 # Make sure the actual branch is checked out when running on pull requests
141141 ref : ${{ github.head_ref }}
@@ -161,7 +161,7 @@ jobs:
161161 - ubuntu-24.04-arm
162162 steps :
163163 - name : Checkout
164- uses : actions/checkout@v6
164+ uses : actions/checkout@v7
165165 with :
166166 # Make sure the actual branch is checked out when running on pull requests
167167 ref : ${{ github.head_ref }}
@@ -249,7 +249,7 @@ jobs:
249249 contents : write
250250 steps :
251251 - name : Checkout
252- uses : actions/checkout@v6
252+ uses : actions/checkout@v7
253253 - name : Delete existing nightly release
254254 uses : actions/github-script@v9
255255 with :
0 commit comments