From 5153ce06b7de26159b6d87c0da23214ab57006d1 Mon Sep 17 00:00:00 2001 From: Jaz White Date: Fri, 29 Sep 2023 11:36:37 -0400 Subject: [PATCH] Update checkout action to latest --- .github/workflows/find-code-refs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/find-code-refs.yml b/.github/workflows/find-code-refs.yml index a45371f..6193069 100644 --- a/.github/workflows/find-code-refs.yml +++ b/.github/workflows/find-code-refs.yml @@ -10,7 +10,7 @@ jobs: name: LaunchDarkly Code References runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: launchdarkly/SupportService fetch-depth: 10