brown-ccv / jupyterhub-docker-images

GNU General Public License v3.0
0 stars 1 forks source link

chore: update julia version to current stable release #68

Closed paulstey closed 1 year ago

paulstey commented 1 year ago

This is a baby PR that literally just updates the Julia version to the current stable release (i.e., 1.8.4).

mirestrepo commented 1 year ago

@paulstey it seems that the failing actions are using

- name: Set Up GCloud
        uses: google-github-actions/setup-gcloud@v0.6.0
        with:
          version: '290.0.1'

The not failing one don't have the version restriction or say version: 'latest'