From 18cb6f6be174913bd63b72715175f0e032fd8647 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Thu, 30 Nov 2023 11:26:52 +0000 Subject: [PATCH] use action v4 --- .github/workflows/release.yml | 2 +- .github/workflows/source_build.yml | 2 +- .github/workflows/update.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cfa958cccc..980428c30ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: name: Release artifacts runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set version run: | tag_name="${GITHUB_REF##*/}" diff --git a/.github/workflows/source_build.yml b/.github/workflows/source_build.yml index 6ec5abb3225..79cb14ec21a 100644 --- a/.github/workflows/source_build.yml +++ b/.github/workflows/source_build.yml @@ -17,7 +17,7 @@ jobs: env: ICE_HOME: /opt/ice-3.6.5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Ice and Ice python binding if: matrix.build_snapshot uses: ome/action-ice@v2.1 diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 8654878d234..b1907412ce7 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -8,7 +8,7 @@ jobs: name: Update dependencies runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: update versions run: | bash update_dependencies.sh