From 9849374ea6d9e78e3e57727aab7fbd722d51f13a Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Tue, 21 Feb 2023 00:13:38 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0a085f..e26941e 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ jobs: name: rfd-notify steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: - fetch-depth: 0 # speed boost + fetch-depth: 0 - name: Run rfd-notify uses: davegallant/rfd-notify@main