From a3ca4212cbdd5a8eaf12fdaca8ef7a2e64ce08fb Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Mon, 30 Oct 2023 12:44:57 -0400 Subject: [PATCH] add automation for syncing latest branch w development (#829) (#871) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8496110e8..445808768 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Make Html run: |