diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 894e8fd383..12da12f268 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -5,13 +5,13 @@ on: - cron: '* 0 * * *' jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: ICE_HOME: /opt/ice-3.6.5 # location where Ice is installed steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Ice Java and Python binding - uses: ome/action-ice@v1 + uses: ome/action-ice@v3 - name: Set up configuration run: | git config --global user.email github-actions@github.com