From e19dc68102755322fce97041420fd4dcf30c96a0 Mon Sep 17 00:00:00 2001 From: "R.Brown" Date: Mon, 11 Dec 2023 15:34:44 +0100 Subject: [PATCH] Update netlicensing-client-release.yml --- .github/workflows/netlicensing-client-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/netlicensing-client-release.yml b/.github/workflows/netlicensing-client-release.yml index 5a6596cb..f3451f1f 100644 --- a/.github/workflows/netlicensing-client-release.yml +++ b/.github/workflows/netlicensing-client-release.yml @@ -16,7 +16,7 @@ jobs: container: maven:3-amazoncorretto-17 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ssh-key: '${{ secrets.REPO_SSH_KEY }}'