File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 issues : write
1414 steps :
1515 - name : Extract and assign requesting user
16- uses : actions/github-script@v7
16+ uses : actions/github-script@v8
1717 with :
1818 script : |
1919 const body = context.payload.pull_request.body || '';
Original file line number Diff line number Diff line change 2727 echo "dbt package version: ${{ steps.validate-dbt-package-input.outputs.dbt-package-validation }}"
2828 - name : fail on invalid input
2929 if : ${{ steps.validate-dbt-package-input.outputs.dbt-package-validation == '' }}
30- uses : actions/github-script@v6
30+ uses : actions/github-script@v8
3131 with :
3232 script : |
3333 core.setFailed("Invalid version input - ${{ inputs.dbt-package-version }}")
3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Checkout code
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v6
4141 - name : Create release branch
4242 run : git checkout -b release/${{ inputs.dbt-package-version }}
4343 - name : Initial config
5959 needs : bump-version
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v6
6363 - name : create pull request
6464 uses : repo-sync/pull-request@v2
6565 with :
Original file line number Diff line number Diff line change 2929 - athena
3030 steps :
3131 - name : Checkout dbt package
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 with :
3434 path : dbt-data-reliability
3535
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout Elementary
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212
1313 - name : Set up Python
14- uses : actions/setup-python@v4.3.0
14+ uses : actions/setup-python@v6
1515 with :
1616 python-version : " 3.10"
1717
Original file line number Diff line number Diff line change 77 close-issues :
88 runs-on : ubuntu-latest
99 permissions :
10+ actions : write
1011 contents : write # only for delete-branch option
1112 issues : write
1213 pull-requests : write
Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ jobs:
6666 cancel-in-progress : true
6767 steps :
6868 - name : Checkout Elementary
69- uses : actions/checkout@v4
69+ uses : actions/checkout@v6
7070 with :
7171 repository : elementary-data/elementary
7272 path : elementary
7373 ref : ${{ inputs.elementary-ref }}
7474
7575 - name : Checkout dbt package
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v6
7777 with :
7878 path : dbt-data-reliability
7979 ref : ${{ inputs.dbt-data-reliability-ref }}
@@ -248,7 +248,7 @@ jobs:
248248
249249 - name : Upload test results
250250 if : always()
251- uses : pmeier/pytest-results-action@main
251+ uses : pmeier/pytest-results-action@v0.8.0
252252 with :
253253 path : ${{ env.TESTS_DIR }}/tests/test-results.xml
254254 summary : true
@@ -257,7 +257,7 @@ jobs:
257257
258258 - name : Upload HTML report
259259 if : always()
260- uses : actions/upload-artifact@v4
260+ uses : actions/upload-artifact@v6
261261 with :
262262 name : detailed_report_${{ inputs.warehouse-type }}_dbt_${{ inputs.dbt-version }}
263263 path : ${{ env.TESTS_DIR }}/tests/detailed_report_${{ inputs.warehouse-type }}_dbt_${{ inputs.dbt-version }}.html
You can’t perform that action at this time.
0 commit comments