1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 08:17:04 +00:00

Merge pull request #1687 from kubernetes-sigs/dependabot/github_actions/master/actions/checkout-4

build(deps): bump actions/checkout from 1 to 4
This commit is contained in:
Kubernetes Prow Robot 2024-04-29 09:22:21 -07:00 committed by GitHub
commit c763ea99db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ jobs:
curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.5.2
- name: Check out repo
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
fetch-depth: 0