|
33 | 33 |
|
34 | 34 | steps: |
35 | 35 | - name: Checkout repository |
36 | | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
| 36 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
37 | 37 | with: |
38 | 38 | show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} |
39 | 39 | persist-credentials: false |
|
79 | 79 |
|
80 | 80 | steps: |
81 | 81 | - name: Checkout repository |
82 | | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
| 82 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
83 | 83 | with: |
84 | 84 | show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} |
85 | 85 | persist-credentials: false |
@@ -137,7 +137,7 @@ jobs: |
137 | 137 |
|
138 | 138 | steps: |
139 | 139 | - name: Checkout repository |
140 | | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
| 140 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
141 | 141 | with: |
142 | 142 | show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} |
143 | 143 | persist-credentials: false |
@@ -221,7 +221,7 @@ jobs: |
221 | 221 | echo "PHP_FPM_GID=$(id -g)" >> "$GITHUB_ENV" |
222 | 222 |
|
223 | 223 | - name: Checkout repository |
224 | | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
| 224 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
225 | 225 | with: |
226 | 226 | show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} |
227 | 227 | persist-credentials: false |
|
0 commit comments