Merge pull request #3 from small-hack/renovate/actions-checkout-5.x
Update actions/checkout action to v5
This commit is contained in:
commit
83ee5bbdd6
4 changed files with 4 additions and 4 deletions
2
.github/workflows/cd-helm-release.yml
vendored
2
.github/workflows/cd-helm-release.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
2
.github/workflows/ci-helm-lint-test.yml
vendored
2
.github/workflows/ci-helm-lint-test.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: "0"
|
||||
|
||||
|
|
2
.github/workflows/helm-docs.yaml
vendored
2
.github/workflows/helm-docs.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
|
|
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
app-id: ${{ secrets.APP_ID }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.3.0
|
||||
uses: actions/checkout@v5.0.0
|
||||
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v42.0.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue