File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 if : ${{ !contains(github.event.pull_request.labels.*.name, 'ignore-changeset') }}
2121 steps :
22- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323 with :
2424 fetch-depth : 0 # Include history so Changesets finds merge-base
2525 - name : Set up environment
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Private Repo for Allowlist
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020 with :
2121 repository : OpenZeppelin/cla-sigs
2222 token : ${{ secrets.CLA_SIGS_ACCESS_PAT }}
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
2222 - name : Setup node
2323 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
2222 - name : Setup node
2323 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 environment : publish
1616 steps :
17- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818 with :
1919 fetch-depth : 0 # To get all tags
2020 ref : ${{ github.ref }}
Original file line number Diff line number Diff line change 99 format-lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313 - name : Set up environment
1414 uses : ./.github/actions/setup
1515 - name : Check formatting
2020 deno-check :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424 - name : Set up Deno 1.46.3 (matching Netlify edge function environment)
2525 uses : denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3
2626 with :
3333 mcp :
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737 - name : Set up environment
3838 uses : ./.github/actions/setup
3939 - name : Run tests
6565
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969 with :
7070 fetch-depth : 0
7171 - name : Set up environment
8282
8383 - name : Cache Rust dependencies
8484 if : matrix.package == 'stellar' && matrix.variant == 'compile'
85- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
85+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8686 with :
8787 path : |
8888 ~/.cargo/bin/
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 with :
2222 fetch-depth : 0 # To get all tags
2323 ref : ${{ github.ref }}
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ export async function updateScarbProject() {
4747 } ) ;
4848
4949 // Generate lib.cairo file
50- writeLibCairo ( contractNames ) ;
50+ await writeLibCairo ( contractNames ) ;
5151
5252 // Update Scarb.toml
53- updateScarbToml ( ) ;
53+ await updateScarbToml ( ) ;
5454}
5555
5656async function writeLibCairo ( contractNames : string [ ] ) {
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ export async function updateScarbProject() {
4747 } ) ;
4848
4949 // Generate lib.cairo file
50- writeLibCairo ( contractNames ) ;
50+ await writeLibCairo ( contractNames ) ;
5151
5252 // Update Scarb.toml
53- updateScarbToml ( ) ;
53+ await updateScarbToml ( ) ;
5454}
5555
5656async function writeLibCairo ( contractNames : string [ ] ) {
You can’t perform that action at this time.
0 commit comments