From 607b96b835c06b676a8656bca588449adb4bb5c8 Mon Sep 17 00:00:00 2001 From: David Moon Date: Tue, 18 Feb 2025 16:35:58 -0500 Subject: [PATCH] Update deploy-branches.yml --- .github/workflows/deploy-branches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-branches.yml b/.github/workflows/deploy-branches.yml index 990d137f..1e420c61 100644 --- a/.github/workflows/deploy-branches.yml +++ b/.github/workflows/deploy-branches.yml @@ -18,7 +18,7 @@ jobs: uses: nelonoel/branch-name@v1.0.1 - name: Retrieve build environment if cached # STEP 2 id: opam-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '/home/runner/.opam/' key: ${{ runner.os }}-modules-${{ hashFiles('./source/opam.export') }} @@ -55,4 +55,4 @@ jobs: git add -A git status git diff-index --quiet HEAD || (git commit -m "github-deploy-action-${BRANCH_NAME}"; git push) - working-directory: ./server \ No newline at end of file + working-directory: ./server