From ea12f909bf6f4423f8630944e3d5f128e397547f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:25:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/master_LoanApplication.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_LoanApplication.yml b/.github/workflows/master_LoanApplication.yml index bd34ab4..6abcdb1 100644 --- a/.github/workflows/master_LoanApplication.yml +++ b/.github/workflows/master_LoanApplication.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Node.js version uses: actions/setup-node@v3