From 4e8f754dfb7cf52745ef59b1b5053ee41d994fe8 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Fri, 16 Aug 2024 08:42:14 +0200 Subject: [PATCH] Fix syntax in update-schedule GitHub action This fixes the incorrect action syntax of the job. Signed-off-by: Sascha Grunert --- .github/workflows/update-schedule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-schedule.yml b/.github/workflows/update-schedule.yml index b65ce9cded..b056a7a9f8 100644 --- a/.github/workflows/update-schedule.yml +++ b/.github/workflows/update-schedule.yml @@ -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