From 6f7911627dc6c26715de98a6c93d56f891328f2f Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Fri, 1 Dec 2023 12:44:15 +0000 Subject: [PATCH 1/3] use action checkout v4 --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 894e8fd383..1599eea4af 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -9,7 +9,7 @@ jobs: 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 - name: Set up configuration From 4d52a48aa371baec944c4557337063f3a928f0f1 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Fri, 1 Dec 2023 12:44:36 +0000 Subject: [PATCH 2/3] run on ubuntu 22.04 --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1599eea4af..db943a5829 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -5,7 +5,7 @@ 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: From b26910623f1b69e777bfd697835ab05a75217bb5 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Fri, 1 Dec 2023 12:45:03 +0000 Subject: [PATCH 3/3] update action ice to v3 --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index db943a5829..12da12f268 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,7 +11,7 @@ jobs: steps: - 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