Skip to content

Commit e2663b1

Browse files
authored
chore: bump actions/checkout version in example (#394)
to latest v4 https://github.com/actions/checkout/releases
1 parent ee020bd commit e2663b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/metadata/github-actions/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
name: LaunchDarkly Code References
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
with:
27-
fetch-depth: 10 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions
27+
fetch-depth: 11 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions
2828
- name: LaunchDarkly Code References
2929
uses: launchdarkly/[email protected]
3030
with:
@@ -57,9 +57,9 @@ jobs:
5757
name: LaunchDarkly Code References
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v4
6161
with:
62-
fetch-depth: 10 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions
62+
fetch-depth: 11 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions
6363
- name: LaunchDarkly Code References
6464
uses: launchdarkly/[email protected]
6565
with:

0 commit comments

Comments
 (0)