mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-04 16:37:39 +08:00
chore(deps): update actions/checkout action to v3
This commit is contained in:
committed by
Yusuke Kuoka
parent
a8dbc8a501
commit
c221b6e278
@@ -23,7 +23,7 @@ jobs:
|
||||
publish-chart: ${{ steps.publish-chart-step.outputs.publish }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -104,7 +104,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user