File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 continue-on-error : false
143143
144144 - name : Cache sccache
145- uses : actions/cache@v2
145+ uses : actions/cache@v3
146146 continue-on-error : false
147147 with :
148148 path : ${{ matrix.sccache-path }}
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ concurrency:
1717 # If there is already a workflow running for the same pull request, cancel it
1818 cancel-in-progress : ${{ github.event.type == 'PullRequest' }}
1919
20+ permissions :
21+ contents : write
22+
2023jobs :
2124 check-fmt :
2225 runs-on : ubuntu-latest
8184 needs :
8285 - get-version
8386 runs-on : ubuntu-latest
84- permissions :
85- contents : ' read'
86- pull-requests : ' write'
8787 environment :
8888 name : staging
8989 url : https://staging.echo.walletconnect.com/health
You can’t perform that action at this time.
0 commit comments