diff --git a/.github/workflows/oranda.yml b/.github/workflows/oranda.yml index c160569..e323acf 100644 --- a/.github/workflows/oranda.yml +++ b/.github/workflows/oranda.yml @@ -89,7 +89,7 @@ jobs: # go into repo's settings > pages and set "deploy from branch: gh-pages" # the other defaults work fine. - name: Deploy to Github Pages - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.4.3 # ONLY if we're on main (so no PRs or feature branches allowed!) if: ${{ github.ref == 'refs/heads/main' }} with: