|
@@ -37,7 +37,7 @@ jobs:
|
|
|
echo "fetch_depth=0" >> $GITHUB_OUTPUT
|
|
echo "fetch_depth=0" >> $GITHUB_OUTPUT
|
|
|
fi
|
|
fi
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
|
with:
|
|
with:
|
|
|
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
|
|
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
|
|
|
- name: Get changed files
|
|
- name: Get changed files
|
|
@@ -74,7 +74,7 @@ jobs:
|
|
|
fail-fast: false
|
|
fail-fast: false
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
|
with:
|
|
with:
|
|
|
fetch-depth: ${{ needs.get-changed-files.outputs.fetch-depth }}
|
|
fetch-depth: ${{ needs.get-changed-files.outputs.fetch-depth }}
|
|
|
- name: Setup Ruby v2.6
|
|
- name: Setup Ruby v2.6
|
|
@@ -99,7 +99,7 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout # for having the sources of the local action
|
|
- name: Checkout # for having the sources of the local action
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
|
# download and unzip the ab-results-*.json generated by job-matrix: check-urls
|
|
# download and unzip the ab-results-*.json generated by job-matrix: check-urls
|
|
|
- uses: actions/download-artifact@v3
|
|
- uses: actions/download-artifact@v3
|
|
|
with:
|
|
with:
|