Signed-off-by: Mend Renovate <bot@renovateapp.com>
| ... | ... |
@@ -24,14 +24,14 @@ jobs: |
| 24 | 24 |
fetch-depth: 0 |
| 25 | 25 |
- |
| 26 | 26 |
name: Dump context |
| 27 |
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 |
|
| 27 |
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
|
| 28 | 28 |
with: |
| 29 | 29 |
script: | |
| 30 | 30 |
console.log(JSON.stringify(context, null, 2)); |
| 31 | 31 |
- |
| 32 | 32 |
name: Get base ref |
| 33 | 33 |
id: base-ref |
| 34 |
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 |
|
| 34 |
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
|
| 35 | 35 |
with: |
| 36 | 36 |
result-encoding: string |
| 37 | 37 |
script: | |
| ... | ... |
@@ -127,7 +127,7 @@ jobs: |
| 127 | 127 |
- |
| 128 | 128 |
name: Create matrix includes |
| 129 | 129 |
id: set |
| 130 |
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 |
|
| 130 |
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
|
| 131 | 131 |
env: |
| 132 | 132 |
INPUT_STORAGE: ${{ inputs.storage }}
|
| 133 | 133 |
with: |
| ... | ... |
@@ -335,7 +335,7 @@ jobs: |
| 335 | 335 |
- |
| 336 | 336 |
name: Create gha matrix |
| 337 | 337 |
id: set |
| 338 |
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 |
|
| 338 |
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
|
| 339 | 339 |
env: |
| 340 | 340 |
INPUT_STORAGE: ${{ inputs.storage }}
|
| 341 | 341 |
INPUT_TEST-MATRIX: ${{ steps.tests.outputs.matrix }}
|