From 9a43470bffd11b3ca3d8d90ff5d310757121e9d8 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 7 Jan 2025 17:10:41 -0500 Subject: [PATCH] v4 --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 16f799e..9e41ddb 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -33,7 +33,7 @@ runs: using: "composite" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ inputs.token }}