mirror of
https://github.com/truecharts/charts.git
synced 2026-07-10 00:21:21 -03:00
[workflows] Update actions/checkout action to v2 (#300)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
2
.github/workflows/docs.deploy.yaml
vendored
2
.github/workflows/docs.deploy.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user