feat: bump actions-checkout to v4 and fix config test error (#246)

* feat: bump actions-checkout to v4 and fix config test error

* feat: save and upload image as gzip if merging back to main and no changes have made
This commit is contained in:
jonesho
2024-10-26 00:06:30 +08:00
committed by GitHub
parent 99583ae232
commit 8d679ef89e
16 changed files with 38 additions and 35 deletions

View File

@@ -23,7 +23,7 @@ jobs:
no-changes: ${{ steps.filter.outputs.coordinator == 'false' && steps.filter.outputs.postman == 'false' && steps.filter.outputs.prover == 'false' && steps.filter.outputs.traces-api-facade == 'false' && steps.filter.outputs.transaction-exclusion-api == 'false' }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Filter commit changes
uses: dorny/paths-filter@v3
id: filter