From 1b012fdf9220c7b82cc718fd929a0f44aa92e1cf Mon Sep 17 00:00:00 2001 From: Erik Christensen <40830816+erikc5000@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:47:02 -0500 Subject: [PATCH] Update deploy-website.yaml --- .github/workflows/deploy-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 4f5899c6f..30ea9d810 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -22,7 +22,7 @@ jobs: java-version: '17' - name: Configure Gradle - uses: gradle/gradle-build-action@v3 + uses: gradle/actions/setup-gradle@v3 - name: Configure Python uses: actions/setup-python@v5