Merge pull request #47519 from saschagrunert/schedule-job

Fix syntax in update-schedule GitHub action
pull/47533/head
Kubernetes Prow Robot 2024-08-16 18:39:47 -07:00 committed by GitHub
commit 238bd8dce9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0