mirror of https://github.com/fafhrd91/actix-web
Merge eb4d785452 into d1bd33cc8c
This commit is contained in:
commit
cd6ae670a1
|
|
@ -25,7 +25,7 @@ workflows:
|
||||||
- 'taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3'
|
- 'taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3'
|
||||||
'.github/workflows/labeler.yml':
|
'.github/workflows/labeler.yml':
|
||||||
- 'actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0'
|
- 'actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0'
|
||||||
- 'actions/labeler@f27b608878404679385c85cfa523b85ccb86e213'
|
- 'actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d'
|
||||||
'.github/workflows/lint.yml':
|
'.github/workflows/lint.yml':
|
||||||
- 'actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659'
|
- 'actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659'
|
||||||
- 'actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0'
|
- 'actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0'
|
||||||
|
|
@ -60,9 +60,9 @@ dependencies:
|
||||||
commit: 'sha1-ed597411d8f924073f98dfc5c65a23a2325f34cd'
|
commit: 'sha1-ed597411d8f924073f98dfc5c65a23a2325f34cd'
|
||||||
owner_id: 44036562
|
owner_id: 44036562
|
||||||
repo_id: 205262760
|
repo_id: 205262760
|
||||||
'actions/labeler@f27b608878404679385c85cfa523b85ccb86e213':
|
'actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d':
|
||||||
ref: 'v6.1.0'
|
ref: 'v6.2.0'
|
||||||
commit: 'sha1-f27b608878404679385c85cfa523b85ccb86e213'
|
commit: 'sha1-b8dd2d9be0f68b860e7dae5dae7d772984eacd6d'
|
||||||
owner_id: 44036562
|
owner_id: 44036562
|
||||||
repo_id: 177139928
|
repo_id: 177139928
|
||||||
'codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f':
|
'codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f':
|
||||||
|
|
|
||||||
|
|
@ -18,4 +18,4 @@ jobs:
|
||||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
|
- uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue