From b1239f62bc113fbb0db8ab271eaa0507b02ef27e Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 22 Jan 2025 15:53:17 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/reformat-yaml.yml --- .github/workflows/reformat-yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reformat-yaml.yml b/.github/workflows/reformat-yaml.yml index 766ad906..539b950a 100644 --- a/.github/workflows/reformat-yaml.yml +++ b/.github/workflows/reformat-yaml.yml @@ -35,7 +35,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 fetch-tags: true