@@ -19,12 +19,12 @@ jobs:
1919 OPTIMISM_RPC_URL : ${{ secrets.OPTIMISM_RPC_URL }}
2020 POLYGON_RPC_URL : ${{ secrets.POLYGON_RPC_URL }}
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v6
2323 with :
2424 submodules : recursive
2525
2626 - name : Setup Node
27- uses : actions/setup-node@v3
27+ uses : actions/setup-node@v6
2828 with :
2929 node-version : ' 16'
3030
@@ -102,7 +102,7 @@ jobs:
102102 # forge coverage --report summary --report lcov
103103
104104 # - name: Upload the coverage report to Coveralls
105- # uses: coverallsapp/github-action@master
105+ # uses: coverallsapp/github-action@v2
106106 # with:
107107 # github-token: ${{ secrets.GITHUB_TOKEN }}
108108 # base-path: ./contracts/erc20/
@@ -125,7 +125,7 @@ jobs:
125125 forge coverage --report summary --report lcov
126126
127127 - name : Upload the coverage report to Coveralls
128- uses : coverallsapp/github-action@master
128+ uses : coverallsapp/github-action@v2
129129 with :
130130 github-token : ${{ secrets.GITHUB_TOKEN }}
131131 base-path : ./contracts/zero-ex/
@@ -156,7 +156,7 @@ jobs:
156156 # forge coverage --report lcov
157157
158158 # - name: Upload the coverage report to Coveralls
159- # uses: coverallsapp/github-action@master
159+ # uses: coverallsapp/github-action@v2
160160 # with:
161161 # github-token: ${{ secrets.GITHUB_TOKEN }}
162162 # base-path: ./contracts/governance/
0 commit comments